mirror of
https://github.com/thamugadi/powerpc-ofw-boot.git
synced 2024-12-28 03:29:43 +00:00
dump
This commit is contained in:
parent
c75bf9cf64
commit
f6f974216e
1
boot.c
1
boot.c
@ -38,7 +38,6 @@ void main(void)
|
||||
{
|
||||
get_io_type();
|
||||
init();
|
||||
clearscreen(0x81, 0x83);
|
||||
for(;;);
|
||||
}
|
||||
|
||||
|
4
load.fth
4
load.fth
@ -11,10 +11,14 @@
|
||||
variable run
|
||||
-1 run !
|
||||
|
||||
fba 100 dump
|
||||
|
||||
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 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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user