From a177043f78ed78f45ce6c1f2d019a8ee7553623c Mon Sep 17 00:00:00 2001 From: VinceAle7082 Date: Tue, 10 Sep 2024 20:02:43 +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 d166409..21468e7 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 the printf libraryf!"); + printf("Hello World from the printf library!"); for (;;); }