A floppy-disk-sized Linux system for i486
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Clyne 700a1b10b3 initial commit 2 years ago
floppy/BOOT initial commit 2 years ago
preinit initial commit 2 years ago
.gitignore initial commit 2 years ago
LICENSE Initial commit 2 years ago
README.md initial commit 2 years ago
base.img initial commit 2 years ago
build.sh initial commit 2 years ago
config-5.17.2tiny initial commit 2 years ago
config-busybox1.20 initial commit 2 years ago

README.md

linux-486

This repo provides the files necessary to build a Linux-based "operating system" for old i486 systems with at least 8MB of RAM.

The generated single floppy disk image allows you to boot into a Busybox system that is kept entirely in memory, freeing up the floppy disk drive for other disks/data.

The boot process goes:

  • GRUB 0.96 boots Linux.
  • Linux loads an embedded initramfs with a "preinit" init binary.
  • "preinit" mounts the floppy disk, decompresses busybox into the root ramdisk filesystem, then unmounts the floppy.
  • busybox runs its own init process, bringing you to a shell.

To test the floppy image with QEMU, provide at least 8320K of RAM.