File: kernel.txt

package info (click to toggle)
mkrboot 0.92
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 112 kB
  • ctags: 3
  • sloc: sh: 165; makefile: 36
file content (19 lines) | stat: -rw-r--r-- 743 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
You can place any compressed Linux kernel on this disk, and it should boot.
To do so:
    Make your kernel with "make zimage".
    Copy it to "linux" on the floppy.
    Change directory to the floppy and run ./rdev.sh to configure the kernel.
    Optionally edit syslinux.cfg to add arguments to the "DEFAULT"
    line, or add an "APPEND" line with arguments to be appended to any
    user-typed command line as well as the default.

Documentation to read:
    /usr/lib/syslinux/readme*
    "man rdev"
    /usr/src/linux/documentation/ramdisk.txt

Source code:
    The scripts that create this disk and the other Debian bootstrap disks
    are installed in /usr/src/boot-floppies-* by the boot-floppies package.

- Bruce Perens, 12-March-1996