1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-01 04:29:39 +00:00
Commit Graph

78 Commits

Author SHA1 Message Date
0xAX
646ccfd632
Merge pull request #531 from c0r3dump3d/linux-bootstrap-1-fix
Linux bootstrap 1 fix
2017-10-28 14:08:37 +06:00
Shaun Smiley
cacd5e487b Grammar fixes in Booting Part 1 2017-10-24 22:45:27 -07:00
Andrés Rojas Guerrero
a94cefa191 Add location coreboot source code 2017-10-18 16:37:19 +02:00
Andrés Rojas Guerrero
311a318f58 Add location coreboot source code 2017-10-18 16:25:21 +02:00
Alexander Kuleshov
220d3378f7 boot: STACK_SIZE is 1024 now
since d594aa0277 (diff-0af1468d3dc7f373d70011eda7be1592)
2017-09-12 00:53:18 +06:00
Aaron Hill
17da4af718
Make all Github links reference a specific commit
Closes #480
2017-07-30 15:56:26 -04:00
Tao LI
cda7e02da7 Typo fixes on booting part1 2017-07-17 11:40:31 +08:00
Alexander Kuleshov
0ce272fc6a fix #14 issue 2017-07-16 23:10:48 +06:00
Alexander Kuleshov
6ed0589b83 many fixes in boot part 1
including links fixes
2017-07-14 18:44:35 +06:00
Kavindra Nikhurpa
ece5ad6f25 fix typos 2017-06-28 01:27:15 +05:30
Alexander Kuleshov
af4d2701fa mark some constants 2017-06-09 00:25:25 +06:00
Alexander Kuleshov
12006725a4
mention boot linker script as suggeset by @Aaron1011
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2017-05-28 00:19:45 +06:00
Guillaume Thouvenin
18890ee09f Fix the description of the address FFFFFFF0h 2017-03-21 14:49:38 +01:00
Daniel Campoverde [alx741]
d62e2d7f4a Booting: Fix typo 2017-03-19 15:08:18 -05:00
Cao jin
a21734b76d Nitpicking: correct address space range
s/0x100000/0xFFFFF/. Address space size is 1M, but range is 0 - 0xFFFFF
2017-03-01 10:34:12 +08:00
Amreo
2e640db706 Fix math error
Fixed math error because X = 0x001000+sizeof(boot loader)
2017-02-01 22:02:35 +01:00
Andrew Hayes
8998841c4c small typo fix 2016-10-24 10:50:20 -04:00
Anastas Stoyanovsky
130d87c716 Edit linux-bootstrap-1 2016-08-04 05:10:21 -04:00
Kavindra Nikhurpa
28a39fe665 More fixes and corrected contributors.md
Signed-off-by: Kavindra Nikhurpa <kavindra.nikhurpa@hotmail.com>
2016-07-03 12:19:09 +05:30
Kavindra Nikhurpa
aeb802e895 Fixed typos in Booting 2016-06-29 10:28:48 +05:30
Nehal J Wani
9553e9bf82 Fix small grammatical error
s/use/uses . The word 'processor' is singular :)
2016-04-12 03:15:40 +05:30
Larry Kim
51c5bc4893 Help readers not to confuse with segment addr and phy addr
and a minor typo
2016-04-03 06:20:43 +09:00
Matthieu Tardy
c0c69b8dc0 Normalize indentation in linux-bootstrap-1's code sections to improve readability 2016-01-22 06:01:43 +01:00
Matthieu Tardy
7f8146db1e Fix linux-bootstrap-1.md
Fix some offset and size errors.
Replace the ambiguous term "segment" by "segment selector".
Add an explanation for the reset vector address.
Fix a typo in the segment register align part (it's a cld and not a cli).
Add missing syntax highlighting.
2016-01-22 06:01:43 +01:00
zhaoxiaoqiang
ae5cbb4c20 fix minor grammer errors 2016-01-06 18:16:12 +08:00
0xAX
4830c64aeb Update linux-bootstrap-1.md 2015-12-28 17:15:16 +06:00
0xAX
7e18eb149b Merge pull request #299 from mudongliang/modifyinternals
revert internals to insides in Booting
2015-12-16 23:07:20 +06:00
0xAX
5c8788aac6 Merge pull request #304 from shravanshandilya/master
Kernel is out of context till this point
2015-12-09 22:49:58 +06:00
0xAX
ee707554ea Merge pull request #297 from ruthgrace/bootstrap_1_bootloader
fixed grammar in linux-bootstrap-1.md, Bootloader section
2015-12-07 18:49:15 +06:00
Shravan Shandilya
a29d64e171 Kernel is out of context till this point 2015-12-06 21:19:39 +05:30
0xAX
422426a901 Merge pull request #296 from ruthgrace/bootstrap_1_bss_setup
fixed grammar in linux-bootstrap-1.md, BSS Setup section
2015-12-03 15:38:10 +06:00
0xAX
32d9c98364 Merge pull request #295 from ruthgrace/bootstrap_1_from_bootloader_to_kernel
fixed grammar in linux-bootstrap-1.md, From the bootloader to [the] kernel section
2015-12-01 20:23:43 +06:00
0xAX
0de6568131 Merge pull request #293 from ruthgrace/bootstrap_1_jump_to_main
fixed grammar in linux-bootstrap-1.md, Jump to main section
2015-11-30 17:46:53 +06:00
0xAX
8f8c543d9c Merge pull request #292 from ruthgrace/bootstrap_1_segment_registers_align
fixed grammar in linux-bootstrap-1.md, Segment registers align section
2015-11-25 23:05:11 +06:00
0xAX
f245f5b9fa Merge pull request #291 from ruthgrace/bootstrap_1_stack_setup
fixed grammar in linux-bootstrap-1.md, Stack set up section
2015-11-23 22:55:50 +06:00
慕冬亮
a413dd6a56 revert internals to insides in Booting 2015-11-02 10:49:34 +08:00
ruthgrace
f8083757de fixed grammar in linux-bootstrap-1.md, From the bootloader to [the] kernel section 2015-10-31 20:00:43 -04:00
ruthgrace
03a327ad22 fixed grammar in linux-bootstrap-1.md, Jump to main section 2015-10-31 03:12:04 -04:00
ruthgrace
a02a5d274c fixed grammar in linux-bootstrap-1.md, BSS Setup section 2015-10-31 03:10:57 -04:00
ruthgrace
dd493be7fb fixed grammar in linux-bootstrap-1.md, Stack set up section 2015-10-31 03:08:20 -04:00
ruthgrace
863a6b0297 fixed grammar in linux-bootstrap-1.md, Segment registers align section 2015-10-31 02:56:48 -04:00
ruthgrace
23e9c2751a fixed grammar in linux-bootstrap-1.md, Start of kernel setup section 2015-10-31 02:52:15 -04:00
ruthgrace
52a79a7319 fixed grammar in linux-bootstrap-1.md, Bootloader section 2015-10-31 02:47:55 -04:00
Craig P Jolicoeur
02c7a60599 Update typo
`starts` not `startes`
2015-10-19 16:02:22 -04:00
mudongliang
3f2eaef8ad fix issue #211 2015-10-11 12:24:36 +08:00
0xAX
40466a4931 Merge pull request #212 from mudongliang/master
change grammatical tense problem
2015-09-27 11:58:48 +06:00
0xAX
a9f8ac57b3 Merge pull request #216 from QuentinPerez/missing_register
missing register
2015-09-27 11:58:25 +06:00
Quentin Perez
8c76586ebd missing register 2015-09-20 20:51:17 +02:00
Remi Rampin
1ad8f71482 TYPO: wether -> whether 2015-09-20 14:08:10 -04:00
mudongliang
2a818916a6 change some grammatical tense problem 2015-09-17 10:23:50 -04:00