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