Commit Graph

815 Commits

Author SHA1 Message Date
0xAX
b087c17af6 Update SUMMARY.md 2015-10-25 20:12:41 +06:00
0xAX
674d5d8b75 Update README.md 2015-10-25 20:12:22 +06:00
0xAX
94ac42e490 Create timers-4.md 2015-10-25 20:11:53 +06:00
0xAX
3fcf94f41f Merge pull request #276 from aouelete/fixes
fix some grammar problems and make some sentences more clear
2015-10-25 18:51:30 +06:00
0xAX
19b923fe8c Update interrupts-9.md 2015-10-25 18:39:50 +06:00
0xAX
349aa9792b Update interrupts-5.md 2015-10-25 18:39:39 +06:00
0xAX
474ef13229 Update syscall-1.md 2015-10-25 18:38:39 +06:00
0xAX
c98ca047b0 Merge pull request #279 from jlacomis/linux-bootstrap-2-reword
Changed some awkward wording in linux-bootstrap-2.
2015-10-23 13:31:33 +06:00
0xAX
f7c3c9e35d Merge pull request #267 from ruthgrace/bootstrap_3_kernel_data_types
fixed grammar in linux-bootstrap-3.md, Kernel data types section
2015-10-21 13:09:57 +06:00
0xAX
d003e1cbd0 Merge pull request #266 from ruthgrace/bootstrap_3_video_mode_init
fixed grammar in linux-bootstrap-3.md, Video mode initialization and transition to protected mode section
2015-10-21 13:09:43 +06:00
0xAX
7c0e33cfb9 Merge pull request #264 from mudongliang/master
revert "internals" to "insides"
2015-10-21 13:08:48 +06:00
Jeremy Lacomis
2cb4d459de Changed some awkward wording in linux-bootstrap-2. 2015-10-20 16:41:00 -04:00
0xAX
99f21930d1 Merge pull request #262 from ruthgrace/bootstrap_4_transition_lon
fixed grammar in linux-bootstrap-4.md, Transition to long mode section
2015-10-20 13:16:56 +06:00
0xAX
06460705c0 Merge pull request #261 from ruthgrace/boostrap_4_early_page_table
fixed grammar in linux-bootstrap-4.md, Early page tables initialization section
2015-10-20 13:16:45 +06:00
0xAX
684277480d Merge pull request #260 from ruthgrace/bootstrap_4_long_mode
fixed grammar in linux-bootstrap-4.md, Long mode section
2015-10-20 13:16:21 +06:00
0xAX
83597f2ac0 Merge pull request #277 from cpjolicoeur/patch-1
Update typo
2015-10-20 13:16:05 +06:00
Craig P Jolicoeur
02c7a60599 Update typo
`starts` not `startes`
2015-10-19 16:02:22 -04:00
Aaron Ouellette
2d7fa47fd7 fix some grammar problems and make some sentences more clear 2015-10-19 09:52:19 -04:00
Ruth Grace Wong
5c5fe7e130 Update contributors.md 2015-10-18 17:42:26 -04:00
ruthgrace
8c7261262e fixed grammar in linux-bootstrap-3.md, Kernel data types section 2015-10-18 17:30:18 -04:00
ruthgrace
1cd9c10939 fixed grammar in linux-bootstrap-3.md, Video mode initialization and transition to protected mode section 2015-10-18 17:27:49 -04:00
ruthgrace
12ff770afe fixed grammar mistakes in linux-bootstrap-4.md, Long mode section 2015-10-18 17:18:57 -04:00
0xAX
1b3cb0df96 Merge pull request #265 from kylelutz/patch-1
Fix typo in timers-3.md
2015-10-19 00:38:40 +06:00
Kyle Lutz
feb13623a1 Fix typo in timers-3.md
Fix typo in timers-3.md: "specif" -> "specific".
2015-10-18 11:20:40 -07:00
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