From 49f191d0166da11e007d19cab97dc887b241f31e Mon Sep 17 00:00:00 2001 From: VinceAle7082 Date: Tue, 10 Sep 2024 18:50:49 +0200 Subject: [PATCH] boh --- src/bootloader/stage2/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootloader/stage2/main.c b/src/bootloader/stage2/main.c index 910554f..dc9d970 100644 --- a/src/bootloader/stage2/main.c +++ b/src/bootloader/stage2/main.c @@ -5,7 +5,7 @@ void _cdecl cstart_(uint16_t bootDrive) { const char far* far_str = "far string"; - puts("Hello World from Stage2!"); + puts("Hello World from Stage 2!\r\n"); printf("Hello World from printf!"); for (;;);