Record of some of the computer tech I deal with so that it's documented at least somewhere.

Friday 30 January 2009

Plan9 Boot CD


mkdir -p bootdisk/disk
cd bootdisk
touch plan9.ini # fill this in yourself

dd -if /dev/zero -of disk/p9boot.img -bs 1474560 -count 1
disk/format -f -d -t 3½HD -b /386/pbs disk/p9boot.img /386/9load /386/9pc.gz plan9.ini
disk/mk9660 -9cj -v 'Plan 9 Boot' -s disk -b p9boot.img p9boot.iso

No comments: