Minor fix to the go mykernel

This commit is contained in:
bzt 2022-07-10 08:11:33 +02:00
parent 58ce2515c0
commit a8bea0f525
1 changed files with 3 additions and 2 deletions

View File

@ -91,9 +91,10 @@ func init() {
*(*uint32)(unsafe.Pointer(uintptr(BOOTBOOT_FB) + uintptr(s*(y+20) + (x+80)*4))) = 0x000000FF;
}
}
// say hello
puts("Hello from a simple BOOTBOOT kernel");
}
// say hello
puts("Hello from a simple BOOTBOOT kernel");
// hang for now
for ; ; {