Hello World from printf and stage2
This commit is contained in:
parent
cb9c591976
commit
a2a8fe9010
@ -5,7 +5,8 @@ void _cdecl cstart_(uint16_t bootDrive)
|
||||
{
|
||||
const char far* far_str = "far string";
|
||||
|
||||
printf("Hello world from printf!");
|
||||
puts("Hello World from Stage2!");
|
||||
printf("Hello World from printf!");
|
||||
for (;;);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user