color = 255
と
決めうちしているところを 0x1fに書き換えてcompile。
VGA (old) | Framebuffer (experiment) | |
Trio64 | ○ | ○ |
Trio64V+ | × | ○ |
Virge | ? | ? |
Millennium | × | ○ |
MillenniumII | × | ○ |
Mystique 220 | ? | ○ |
VGA (old) | Framebuffer (experiment) | |
Trio64 | ○ | ○ |
Trio64V+ | × | ○ |
Virge | ? | ? |
Millennium | × | × Vsync消失 |
MillenniumII | × | × Vsync消失 |
#define SYS(X) ASSERT(call == (SYS_##X))
を#define SYS(X)
のみにする。
dd if=/dev/zero of=ppcfs bs=10240k count=10 vnconfig vnd0 ppcfs disklabel vnd0 > /tmp/x disklabel -R -r vnd0 /tmp/x newfs -B be /dev/rvnd0c ← little endianマシンでは、 mount /dev/vnd0c /mnt ← kernel optionでFFS_EIを有効にすること。
powerpc-netbsd-run -f
tree ofwboot
。tree内のimage fileのpathを
変更すること。
root file system type: cd9660 init: copying out flags `-s' 3 init: copying out path `/sbin/init' 11 cpu 1, cia 0x1002b4: unsupported value of T in segment register 1 ofwboot.elf: Caught signal -1 at address 0x1002b4だと。うーむ。実機でテストしてくれる人もいないだろうし、 どうしよっかなぁ。とりあえずcommitするつもりではいるが。