File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Kernel configuration for a linux-3.10.15 kernel
66Added following options to "allnoconfig":
77* Initial RAM filesystem and RAM disk support
88* ELF binaries support
9+ * TMPFS support
910
1011-----------------
1112
@@ -17,12 +18,11 @@ Added following options to "allnoconfig":
1718* ARCH=x86 make allnoconfig.
1819* ARCH=x86 make menuconfig.
1920* Edit Makefile for ccache.
20- * ARCH=x86 make -j 4 .
21+ * run compile script to compile kernel .
2122* Run emulate script for qemu.
2223
23- To run a shell with busybox:
24- * Copy busybox multi-binary to kernel src folder
25- * Run emulate script with rdinit option to /bin/sh
24+ Kernel uses busybox init program to start /etc/init.d/rcS to mount several directories.
25+ It uses the configuration from /etc/inittab. To populate the /dev directory "mdev -s" is used.
2626
2727### Questions ###
2828
You can’t perform that action at this time.
0 commit comments