Quote |
Insert root floppy disk to be loaded into RAM disk and press ENTER |
Quote |
You need 2 floppy disks * put the first disk in the floppy drive (A: on Win/DOS Systems) * From DOS/Windows do: RAWRITE <xxxx.dsk> A: (<xxxx.dsk> stands for the *.dsk file you chose) * From Linux/Unix Systems do dd if=<xxxx.dsk> of=/dev/fd0 Then put the second disk in the drive and do the same with root.gz * RAWRITE root.gz A: (DOS) * dd if=root.gz of=/dev/fd0 (Unix) |