Skip to content

Commit a0dcdc5

Browse files
author
Rookfighter
committed
Update README.md
1 parent 6e3d397 commit a0dcdc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 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,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

0 commit comments

Comments
 (0)