diff --git a/arch/sparc32/boot.c b/arch/sparc32/boot.c index d7c7801..a5cb841 100644 --- a/arch/sparc32/boot.c +++ b/arch/sparc32/boot.c @@ -97,7 +97,7 @@ void go(void) feval("saved-program-state >sps.file-size @"); size = POP(); - printk("Jumping to entry point " FMT_ucellx " for type " FMT_ucellx "...\n", address, type); + printk("\nJumping to entry point " FMT_ucellx " for type " FMT_ucellx "...\n", address, type); switch (type) { case 0x0: diff --git a/arch/sparc64/boot.c b/arch/sparc64/boot.c index dd3c90e..ba12a47 100644 --- a/arch/sparc64/boot.c +++ b/arch/sparc64/boot.c @@ -89,7 +89,7 @@ void go(void) feval("saved-program-state >sps.file-size @"); size = POP(); - printk("Jumping to entry point " FMT_ucellx " for type " FMT_ucellx "...\n", address, type); + printk("\nJumping to entry point " FMT_ucellx " for type " FMT_ucellx "...\n", address, type); switch (type) { case 0x0: diff --git a/arch/x86/boot.c b/arch/x86/boot.c index 3d25823..6802069 100644 --- a/arch/x86/boot.c +++ b/arch/x86/boot.c @@ -86,7 +86,7 @@ void go(void) feval("saved-program-state >sps.file-size @"); size = POP(); - printk("Jumping to entry point " FMT_ucellx " for type " FMT_ucellx "...\n", address, type); + printk("\nJumping to entry point " FMT_ucellx " for type " FMT_ucellx "...\n", address, type); switch (type) { case 0x0: