]> code.bitgloo.com Git - clyne/linux-486.git/commit
add complete build system
authorClyne Sullivan <clyne@bitgloo.com>
Sat, 30 Apr 2022 01:22:24 +0000 (21:22 -0400)
committerClyne Sullivan <clyne@bitgloo.com>
Sat, 30 Apr 2022 01:22:24 +0000 (21:22 -0400)
commite5a5b64c61de0b687b465fb19d8f0208df7cc14e
tree00d8967a3cf7506e37d969e484a200b68c63b2c8
parent700a1b10b3a9d021b6a02d0f837ddfde52578634
add complete build system
32 files changed:
.gitignore
README.md
base.img [deleted file]
build-busybox.sh [new file with mode: 0755]
build-floppy.sh [new file with mode: 0755]
build-linux.sh [new file with mode: 0755]
build-modules.sh [new file with mode: 0755]
build-toolchain.sh [new file with mode: 0755]
build.sh [deleted file]
busybox/libbb.h.patch [new file with mode: 0644]
config-5.17.2tiny
config-buildroot-2022.02.1 [new file with mode: 0644]
config-busybox-1.20.0 [new file with mode: 0644]
config-busybox1.20 [deleted file]
config-uclibc [new file with mode: 0644]
floppy/BOOT/GRUB/menu.lst [deleted file]
floppy/BOOT/busyboz [deleted file]
floppy/BOOT/bzImage [deleted file]
floppy/boot/lilo.conf [new file with mode: 0644]
linux/fstab [new file with mode: 0644]
linux/group [new file with mode: 0644]
linux/inittab [new file with mode: 0644]
linux/passwd [new file with mode: 0644]
linux/patches/bugs.c.patch [new file with mode: 0644]
linux/patches/gen_initramfs.sh.patch [new file with mode: 0644]
linux/patches/init.c.patch [new file with mode: 0644]
linux/patches/initramfs.c.patch [new file with mode: 0644]
linux/patches/intel.c.patch [new file with mode: 0644]
linux/patches/rmpiggy.S.patch [new file with mode: 0644]
linux/rcS [new file with mode: 0755]
preinit/Makefile
preinit/init.c