This commit is contained in:
Vincenzo Aleksey Brocato 2024-09-10 18:50:49 +02:00 committed by VinceAle7082
parent d334daba18
commit bb1f48f504

View File

@ -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 (;;);