mirror of
https://github.com/thamugadi/powerpc-ofw-boot.git
synced 2025-08-05 22:25:33 +00:00
folders
This commit is contained in:
@@ -36,6 +36,7 @@ void main(void)
|
||||
{
|
||||
get_io_type();
|
||||
init();
|
||||
clearscreen(0xAA,0xBB);
|
||||
for(;;);
|
||||
}
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.globl _start
|
||||
_start:
|
||||
li 1, 0xac
|
||||
b main
|
||||
b main
|
||||
|
@@ -11,10 +11,11 @@
|
||||
variable run
|
||||
-1 run !
|
||||
|
||||
fba beige-vram = if ." Beige" cr 7000 0 do 0BE i beige-vram + c! loop then
|
||||
fba mac99-vram = if ." mac99" cr 7000 0 do 05A i mac99-vram + c! loop then
|
||||
fba beige-vram = if ." Beige" cr 100 0 do 0BE i beige-vram + c! loop then
|
||||
fba mac99-vram = if ." mac99" cr 100 0 do 05A i mac99-vram + c! loop then
|
||||
fba beige-vram diff fba mac99-vram diff and if ." Hardware not supported." cr 0 run ! then
|
||||
|
||||
fba 100 dump
|
||||
|
||||
run @ 0 = if 1 0 do 0 +loop then
|
||||
boot hd:,\boot\kernel.elf
|
||||
|
Reference in New Issue
Block a user