Skip to content

Commit ece74f0

Browse files
author
Fabian Meyer
committed
2 parents 1bc69dd + 1bce02c commit ece74f0

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Kernel configuration for a linux-3.10.15 kernel
66
Added 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.

0 commit comments

Comments
 (0)