File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed
Expand file tree Collapse file tree 1 file changed +17
-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,15 +18,27 @@ 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
29+ dmesg:
30+ prints kernel log to console.
31+
32+ process count (ps):
33+ 20
34+
35+ /tmp after reboot:
36+ files are gone. FS reinitialized.
37+
38+ provided Emulator space:
39+ 130MB
40+
41+
2942#### RAM-disks ####
3043
3144* Ram-disk: Virtual temporary disk in RAM.
You can’t perform that action at this time.
0 commit comments