a linux distro that does not work yet
.config | ||
.gitignore | ||
doc.txt | ||
init | ||
linux notes.txt | ||
make-busybox.sh | ||
make-initramfs.sh | ||
make-kernel.sh | ||
pack-initramfs.sh | ||
readme.txt |
I need to dump this on the git so I don't forget about it, and maybe pick it up later. * ./make-kernel.sh * ./make-initramfs.sh pkg/linux/output lib/modules/6.6.67 initramfs.d * ./make-busybox.sh # wont compile for 32-bit on 64-bit idk * cp init initramfs.d * ./pack-initramfs.sh initramfs.d initramfs.igz * qemu-system-i386 -accel kvm -kernel pkg/linux/output/boot/vmlinuz -initrd initramfs.igz -m 128