NetBSD Wiki/users/jun/
qemu and sparc
Qemu で NetBSD/sparcを動かしてみる。
Contents
Qemuのインストール
NetBSDの場合はpkgsrc経由でインストールできます。
- cd /usr/pkgsrc/emulator/qemu0 ;make install
- qemu-system-sparc -M SS-20 -m 64 -kernel netbsd-GENERIC -hda my-sun4c-disk.img -nographic
Add a comment