a linux distro that does not work yet
Go to file
2024-12-23 02:46:46 +01:00
.config Add .config 2024-12-23 02:46:24 +01:00
.gitignore garbage 2024-12-22 20:47:14 +01:00
doc.txt garbage 2024-12-22 20:47:14 +01:00
init garbage 2024-12-22 20:47:14 +01:00
linux notes.txt Add linux notes 2024-12-23 02:46:46 +01:00
make-busybox.sh garbage 2024-12-22 20:47:14 +01:00
make-initramfs.sh Some testing stuff 2024-12-23 02:45:32 +01:00
make-kernel.sh Copy .config, if exists 2024-12-23 02:45:56 +01:00
pack-initramfs.sh garbage 2024-12-22 20:47:14 +01:00
readme.txt garbage 2024-12-22 20:47:14 +01:00

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