build the kernel. create a bootable efi image.

This commit is contained in:
Matt Knoop
2025-11-12 18:37:10 -07:00
parent bde0a7e0fb
commit 112169798d
6 changed files with 146 additions and 9 deletions

8
init.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/busybox sh
/bin/busybox mount -t devtmpfs devtmpfs /dev
/bin/busybox mount -t proc none /proc
/bin/busybox mount -t sysfs none /sys
#/bin/busybox ln -s "/lib/modules/" "/lib/modules/$(uname -r)"
#depmod -a
#/bin/busybox modprobe nbd max_part=2
exec /bin/busybox sh