This commit is contained in:
Vincenzo Aleksey Brocato 2024-09-10 20:02:43 +02:00 committed by VinceAle7082
parent 430daeecc9
commit a177043f78

View File

@ -6,7 +6,7 @@ void _cdecl cstart_(uint16_t bootDrive)
const char far* far_str = "far string"; const char far* far_str = "far string";
puts("Hello World from Stage 2!\r\n"); puts("Hello World from Stage 2!\r\n");
printf("Hello World from the printf libraryf!"); printf("Hello World from the printf library!");
for (;;); for (;;);
} }