Commit Graph

1091 Commits

Author SHA1 Message Date
0xAX
0c4c79433b Update README.md 2015-10-18 20:25:20 +06:00
0xAX
1b8db6dd6f Update SUMMARY.md 2015-10-18 20:24:54 +06:00
0xAX
215dd77b84 Create timers-3.md 2015-10-18 20:24:33 +06:00
慕冬亮
58b409cbe1 Merge pull request #19 from 0xAX/master
merge commits
2015-10-18 20:41:31 +08:00
0xAX
f4b7f56a7a Merge pull request #259 from ruthgrace/bootstrap_4_prep_long_mode
fixed grammar in linux-bootstrap-4.md, Preparation before entering long mode section
2015-10-17 17:39:26 +06:00
0xAX
7233742766 Merge pull request #258 from ruthgrace/bootstrap_4_calc_relocation
fixed grammar in linux-bootstrap-4.md, Calculate relocation address section
2015-10-17 00:35:37 +06:00
0xAX
f4ea9243c1 Merge pull request #257 from ruthgrace/bootstrap_4_stack_setup
fixed grammar in linux-bootstrap-4.md, Stack setup and CPU verification section
2015-10-17 00:25:17 +06:00
0xAX
e0f87ad2bd Merge pull request #255 from ruthgrace/bootstrap_4_32_bit_entry
fixed grammar in linux-bootstrap-4.md, 32-bit entry point section
2015-10-17 00:24:47 +06:00
0xAX
0a5e5a9c3a Merge pull request #250 from ruthgrace/bootstrap_5_last_prep
fixed grammar in linux-bootstrap-5.md, Last preparation before kernel decomposition section
2015-10-17 00:24:15 +06:00
mudongliang
fa0a5ae1e1 modify 'internals' to 'insides' 2015-10-16 22:14:50 +08:00
mudongliang
5084265623 modify 'internals' to 'insides' 2015-10-16 22:06:58 +08:00
mudongliang
dbfb8d4cd3 modify 'internals' to 'insides' 2015-10-16 22:05:36 +08:00
mudongliang
b28caddb55 modify 'internals' to 'insides' 2015-10-16 22:01:17 +08:00
mudongliang
a13d46ee9c modify 'internals' to 'insides' 2015-10-16 21:59:27 +08:00
mudongliang
a591d092b9 modify 'internals' to 'insides' 2015-10-16 21:56:04 +08:00
慕冬亮
c0e2896ac9 Merge pull request #18 from 0xAX/master
merge commits
2015-10-16 06:57:14 -04:00
Ruth Grace Wong
cf05f092bf fixed '.text' sections to be singular 2015-10-15 15:49:49 -04:00
0xAX
b01d0a5498 Merge pull request #256 from ruthgrace/bootstrap_4_reload_segments
fixed grammar in linux-bootstrap-4.md, Reload the segments if needed section
2015-10-16 01:15:44 +06:00
0xAX
a56992d961 Merge pull request #253 from ruthgrace/bootstrap_5_kernel_decomp
fixed grammar in linux-bootstrap-5.md, Kernel decomposition section
2015-10-16 00:46:42 +06:00
0xAX
a9b54a786a Merge pull request #251 from mhudgins/master
minor syscall-1 grammar and sentence fixes
2015-10-15 23:05:50 +06:00
0xAX
3993150ddf Merge pull request #249 from ruthgrace/bootstrap_5
fixed grammar in linux-bootstrap-5.md, Preparation before kernel decompression section
2015-10-14 23:20:06 +06:00
ruthgrace
2e9ad1eb5f fixed grammar in linux-bootstrap-4.md, Transition to long mode section 2015-10-14 02:58:48 -04:00
ruthgrace
43f9ce592b merged with master from https://github.com/0xAX/linux-insides.git 2015-10-14 02:41:30 -04:00
ruthgrace
384cd3c6cc merged with master from https://github.com/0xAX/linux-insides.git 2015-10-14 02:37:34 -04:00
ruthgrace
2f1067fa53 merge with master at https://github.com/0xAX/linux-insides.git 2015-10-14 02:35:05 -04:00
ruthgrace
ede440d138 fixed grammar mistakes in linux-bootstrap-4.md, Early page tables initialization section 2015-10-13 20:30:49 -04:00
ruthgrace
f32b0f792c fixed grammar mistakes in linux-bootstrap-4.md, section Preparation before entering long mode 2015-10-13 20:05:23 -04:00
ruthgrace
95a9ce40f1 fixed grammar mistakes in linux-bootstrap-4, Calculate relocation address section 2015-10-13 19:58:47 -04:00
ruthgrace
796c21c171 fixed grammar mistakes in linux-bootstrap-4.md, Stack setup and CPU verification section 2015-10-13 19:52:04 -04:00
ruthgrace
bf3b7014dd fixed grammar mistakes in linux-bootstrap-4.md, Reload the segments if needed section 2015-10-13 19:48:13 -04:00
mhudgins
0c540f47b0 minor syscall-1 grammar and sentence fixes 2015-10-13 14:25:26 -07:00
ruthgrace
0da1ecb5b1 fixed grammar mistakes in linux-bootstrap-4.md, 32 bit entry point section 2015-10-13 16:39:22 -04:00
ruthgrace
8c02753005 fixed grammar mistakes in linux-bootstrap-5.md kernel decomposition section 2015-10-13 16:30:30 -04:00
0xAX
3616c8e78a Merge pull request #248 from ruthgrace/radix_link
fixed broken link to Radix Tree page
2015-10-13 23:30:44 +06:00
ruthgrace
7d929d0fc8 fixed grammar mistakes in last prep before kernel decomposition section of linux-bootstrap-5.md 2015-10-12 15:37:40 -04:00
ruthgrace
33b89cc64d fixed grammar mistakes in Kernel decompression section of linux-bootstrap-5.md 2015-10-12 15:28:51 -04:00
ruthgrace
7dce350a07 fixed broken link to Radix Tree page 2015-10-12 15:10:55 -04:00
0xAX
84acbcc3bd Update SUMMARY.md 2015-10-11 20:10:17 +06:00
0xAX
d8e539eb25 Update README.md 2015-10-11 20:09:50 +06:00
0xAX
58db505b1b Create timers-2.md 2015-10-11 20:09:13 +06:00
慕冬亮
9192c92da8 Merge pull request #17 from 0xAX/master
Merge pull request #247 from mudongliang/master
2015-10-11 02:43:38 -04:00
0xAX
fbc3bf62b7 Merge pull request #247 from mudongliang/master
fix issue #211
2015-10-11 12:39:57 +06:00
mudongliang
3f2eaef8ad fix issue #211 2015-10-11 12:24:36 +08:00
慕冬亮
7777b3f30b Merge pull request #16 from 0xAX/master
merge commits
2015-10-11 00:12:14 -04:00
0xAX
fc401de8a0 Merge pull request #246 from ruthgrace/master
fixed grammar mistake: Remind that -> Recall that
2015-10-10 23:37:06 +06:00
0xAX
6e73f1dbe5 Merge pull request #244 from simar7/patch-6
Update how_kernel_compiled.md
2015-10-10 23:35:22 +06:00
0xAX
4a2b972bd3 Merge pull request #243 from simar7/patch-5
Update timers-1.md (patch 2)
2015-10-10 23:35:07 +06:00
0xAX
751fac1854 Merge pull request #242 from simar7/patch-4
Update timers-1.md
2015-10-10 23:34:49 +06:00
0xAX
76afade6e8 Merge pull request #240 from simar7/patch-2
Update linux-initialization-1.md
2015-10-10 23:33:13 +06:00
0xAX
03d4ecdb41 Merge pull request #241 from simar7/patch-3
Update syscall-3.md
2015-10-10 23:32:57 +06:00