reactos/reactos/install.bochs
David Welch 65b55ec6c6 SMP detection work
Changed initialization back
Changed to NT IRQLs
Check for return from main

svn path=/trunk/; revision=1797
2001-04-16 02:02:07 +00:00

14 lines
454 B
Bash

#!/bin/sh
/sbin/modprobe loop
echo "Installing to floppy."
mount -t vfat /bochs/1.44a.dos /mnt/floppy -o loop,rw
./install-system.sh /mnt/floppy
umount /mnt/floppy
echo "Installing to disk."
mount -t vfat /bochs/10M.vga.dos /mnt/floppy -o loop,offset=8704,rw
./install.sh /mnt/floppy
umount /mnt/floppy
echo "Installing to minix disk."
#mount -t minix /bochs/10M.vga.minix /mnt/floppy -o loop,offset=8704,rw
#./install.sh /mnt/floppy
#umount /mnt/floppy