Open floppy interrupt
[thunix.git] / test-with-tfs.sh
blobe3a1cd020138bf795a9f30955c9f74bce3180ce1
2 # make a 1.44M disk
3 dd if=/dev/zero of=root.img bs=1024 count=1440
5 # cp the kernel
6 dd if=thunix.img of=root.img conv=notrunc
8 # put the tfs befind the boot image
9 dd if=tfs.img of=root.img bs=1024 seek=416 conv=notrunc
10 mv root.img thunix.img