diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2022-04-29 21:22:24 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2022-04-29 21:22:24 -0400 |
commit | e5a5b64c61de0b687b465fb19d8f0208df7cc14e (patch) | |
tree | 00d8967a3cf7506e37d969e484a200b68c63b2c8 /floppy/boot | |
parent | 700a1b10b3a9d021b6a02d0f837ddfde52578634 (diff) |
add complete build system
Diffstat (limited to 'floppy/boot')
-rw-r--r-- | floppy/boot/lilo.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/floppy/boot/lilo.conf b/floppy/boot/lilo.conf new file mode 100644 index 0000000..8a5e3d8 --- /dev/null +++ b/floppy/boot/lilo.conf @@ -0,0 +1,11 @@ +disk=/dev/loop0 +bios=0 +sectors=18 +heads=2 +cylinders=80 +backup=/dev/null +install=text +compact +image=/boot/bzImage +label=linux +append="root=/dev/ram0 rw" |