summaryrefslogtreecommitdiff
path: root/bootblocks/README
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1997-05-09 19:36:29 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:39:48 +0200
commite63c244cb22bf48ca1d2695784a072269d19ea96 (patch)
tree45b9018259f43db629b27395783cf48e55a85eee /bootblocks/README
parent4c36e9a0c125ccfff37aa440dab2cf58c4152fff (diff)
downloaddev86-e63c244cb22bf48ca1d2695784a072269d19ea96.tar.gz
Import Dev86src-0.12.0.tar.gzv0.12.0
Diffstat (limited to 'bootblocks/README')
-rw-r--r--bootblocks/README12
1 files changed, 5 insertions, 7 deletions
diff --git a/bootblocks/README b/bootblocks/README
index 5d2344b..e78097d 100644
--- a/bootblocks/README
+++ b/bootblocks/README
@@ -30,9 +30,7 @@ C:\> makeboot dos a:
Place a Linux-8086 executable in the root directory of the floppy.
$ make monitor.out
-$ mount -t msdos /dev/fd0 /mnt
-$ cp monitor.out /mnt/bootfile.sys
-$ umount /dev/fd0
+$ mcopy monitor.out a:BOOTFILE.SYS
or
C:\> copy monitor.out a:\bootfile.sys
@@ -80,10 +78,10 @@ Take 1 msdos floppy.
$ makeboot dos /dev/fd0
$ mount -t msdos /dev/fd0 /mnt
$ cp monitor.out /mnt/bootfile.sys
-$ umount /dev/fd0
-$ cp /usr/src/linux/arch/i386/boot/bzImage /mnt/fd0/vmlinuz
-$ echo 'root=/dev/ram ramdisk_file=ramdisk.gz mem=80M' > /mnt/fd0/vmlinuz.cmd
-$ cp /archive/ramdisk.gz /mnt/fd0/ramdisk.gz
+
+$ cp /usr/src/linux/arch/i386/boot/bzImage /mnt/vmlinuz
+$ echo 'root=/dev/ram ramdisk_file=ramdisk.gz mem=80M' > /mnt/vmlinuz.cmd
+$ cp /archive/ramdisk.gz /mnt/ramdisk.gz
$ umount /dev/fd0
The stuff about ramdisk is only if you want an init ramdisk. You can also use: