Skip to content

Commit a84f5fb

Browse files
author
JeGa
committed
Update README.md
1 parent 91aff69 commit a84f5fb

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
LinuxKernelConfig
22
=================
33

4+
### Kernel configuration ###
5+
46
Kernel configuration for a linux-3.10.15 kernel
57

68
Added following options to "allnoconfig":
79
* Initial RAM filesystem and RAM disk support
810
* ELF binaries support
911
* TMPFS support
1012

11-
-----------------
12-
1313
### How-To ###
1414

15+
How to compile and run (with qemu) the linux kernel.
16+
1517
* Download 3.10 Linux Kernel, the 3.10.15 patch and extract it.
1618
* patch -p1 "patchfile" in Linux Kernel directory.
1719
* Rename kernel folder to version 3.10.15.
@@ -27,7 +29,7 @@ It uses the configuration from /etc/inittab. To populate the /dev directory "mde
2729

2830
### Questions ###
2931

30-
BUILD: arch/x86/boot/bzImage
32+
**BUILD** arch/x86/boot/bzImage
3133
Setup is 15068 bytes (padded to 15360 bytes).
3234
System is 1687 kB
3335
CRC 44b51156
@@ -60,11 +62,7 @@ files are gone. FS reinitialized.
6062
**needed space to boot**
6163
23MB
6264

63-
#### RAM-disks ####
64-
65-
* Ram-disk: Virtual temporary disk in RAM.
66-
67-
##### Linux specific #####
65+
### Information about RAM-disks and RAM-FS ###
6866

6967
* Ramdisk: Older "ram disk" mechanism. Unnecessarily copying memory to cache, needs fs-driver, ...
7068
* Ramfs: Simple filesystem that exports Linux's disk caching mechanisms.

0 commit comments

Comments
 (0)