This commit is contained in:
thamugadi 2021-10-09 10:28:36 +01:00
parent 3ae20fc288
commit f1a7206c9f
3 changed files with 5 additions and 3 deletions

View File

@ -36,6 +36,7 @@ void main(void)
{
get_io_type();
init();
clearscreen(0xAA,0xBB);
for(;;);
}

View File

@ -1,4 +1,4 @@
.globl _start
_start:
li 1, 0xac
b main
b main

View File

@ -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