File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
LinuxKernelConfig
2
2
=================
3
3
4
+ ### Kernel configuration ###
5
+
4
6
Kernel configuration for a linux-3.10.15 kernel
5
7
6
8
Added following options to "allnoconfig":
7
9
* Initial RAM filesystem and RAM disk support
8
10
* ELF binaries support
9
11
* TMPFS support
10
12
11
- -----------------
12
-
13
13
### How-To ###
14
14
15
+ How to compile and run (with qemu) the linux kernel.
16
+
15
17
* Download 3.10 Linux Kernel, the 3.10.15 patch and extract it.
16
18
* patch -p1 "patchfile" in Linux Kernel directory.
17
19
* 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
27
29
28
30
### Questions ###
29
31
30
- BUILD: arch/x86/boot/bzImage
32
+ ** BUILD** arch/x86/boot/bzImage
31
33
Setup is 15068 bytes (padded to 15360 bytes).
32
34
System is 1687 kB
33
35
CRC 44b51156
@@ -60,11 +62,7 @@ files are gone. FS reinitialized.
60
62
** needed space to boot**
61
63
23MB
62
64
63
- #### RAM-disks ####
64
-
65
- * Ram-disk: Virtual temporary disk in RAM.
66
-
67
- ##### Linux specific #####
65
+ ### Information about RAM-disks and RAM-FS ###
68
66
69
67
* Ramdisk: Older "ram disk" mechanism. Unnecessarily copying memory to cache, needs fs-driver, ...
70
68
* Ramfs: Simple filesystem that exports Linux's disk caching mechanisms.
You can’t perform that action at this time.
0 commit comments