diff --git a/cpio-fs/etc/rc.d/rc.S b/cpio-fs/etc/rc.d/rc.S index 95caa32..45609f6 100755 --- a/cpio-fs/etc/rc.d/rc.S +++ b/cpio-fs/etc/rc.d/rc.S @@ -3,5 +3,7 @@ /bin/busybox --install /bin mount -v proc /proc -n -t proc +mount -v sysfs /sys -n -t sysfs +mount -v devtmpfs /dev -n -t devtmpfs sh diff --git a/kernel-new.elf b/kernel-new.elf index f9e1c35..cba6089 100755 Binary files a/kernel-new.elf and b/kernel-new.elf differ