mirror of
https://gitlab.com/bztsrc/bootboot.git
synced 2023-02-13 20:54:32 -05:00
Minor fix to the go mykernel
This commit is contained in:
parent
58ce2515c0
commit
a8bea0f525
1 changed files with 3 additions and 2 deletions
|
@ -91,9 +91,10 @@ func init() {
|
||||||
*(*uint32)(unsafe.Pointer(uintptr(BOOTBOOT_FB) + uintptr(s*(y+20) + (x+80)*4))) = 0x000000FF;
|
*(*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
|
// hang for now
|
||||||
for ; ; {
|
for ; ; {
|
||||||
|
|
Loading…
Reference in a new issue