From e0a23874960a8874c624e2779012c7f1f9bf93e2 Mon Sep 17 00:00:00 2001 From: VinceAle7082 Date: Tue, 10 Sep 2024 19:42:21 +0200 Subject: [PATCH] Idk --- 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 dc9d970..d166409 100644 --- a/src/bootloader/stage2/main.c +++ b/src/bootloader/stage2/main.c @@ -6,7 +6,7 @@ void _cdecl cstart_(uint16_t bootDrive) const char far* far_str = "far string"; puts("Hello World from Stage 2!\r\n"); - printf("Hello World from printf!"); + printf("Hello World from the printf libraryf!"); for (;;); }