Commit Graph

54 Commits

Author SHA1 Message Date
xinqiu
35260b0dff remove a paragraph 2016-06-30 09:19:59 +08:00
Dongliang Mu
bcb9d6e88c Fix one sentence in Linux Kernel Bootstrap 2016-06-15 22:15:48 -04:00
hailin
0ac173057b fix one issue in para 2016-03-01 13:47:01 -05:00
hailin.cai
a369008605 change the mod for file 2016-03-01 12:46:38 -05:00
hailin cai
225165807e Update Booting/linux-bootstrap-1.md 2016-03-01 09:44:48 -08:00
hailin cai
02039e6744 Update Booting/linux-bootstrap-1.md 2016-03-01 09:44:43 -08:00
hailin cai
7db9835611 Update Booting/linux-bootstrap-1.md 2016-03-01 09:43:59 -08:00
hailin.cai
33b7db8f82 remove x for md file 2016-03-01 12:43:08 -05:00
hailin.cai
6e2eb9f9aa refine the translation 2016-03-01 12:42:34 -05:00
hailin cai
892046ad2a Update Booting/linux-bootstrap-1.md 2016-03-01 09:42:11 -08:00
hailin cai
e30d9c04af Update Booting/linux-bootstrap-1.md 2016-03-01 09:42:07 -08:00
hailin cai
c19cdb9c98 Update Booting/linux-bootstrap-1.md 2016-03-01 09:37:30 -08:00
hailin cai
25655d87c6 Update Booting/linux-bootstrap-1.md 2016-03-01 09:37:17 -08:00
hailin cai
68dc8383f2 Update Booting/linux-bootstrap-1.md 2016-03-01 09:37:09 -08:00
hailin cai
641fc57f73 Update Booting/linux-bootstrap-1.md 2016-03-01 09:36:52 -08:00
hailin cai
0e9494f0c3 Update Booting/linux-bootstrap-1.md 2016-03-01 09:28:14 -08:00
hailin cai
154f68343f Update Booting/linux-bootstrap-1.md 2016-03-01 09:27:50 -08:00
hailin cai
ecfa30e1d2 Update Booting/linux-bootstrap-1.md 2016-03-01 09:25:52 -08:00
hailin cai
11c7aaf21e Update Booting/linux-bootstrap-1.md 2016-03-01 09:23:38 -08:00
hailin cai
4d7fe96786 Update Booting/linux-bootstrap-1.md 2016-03-01 09:09:42 -08:00
hailin cai
9555043dbc Update Booting/linux-bootstrap-1.md 2016-03-01 09:08:18 -08:00
hailin cai
0d57f65eb9 Update Booting/linux-bootstrap-1.md 2016-03-01 09:00:11 -08:00
hailin cai
9b6305122e Update Booting/linux-bootstrap-1.md 2016-03-01 08:35:16 -08:00
hailin
27ea5bc33d finish chapter 1_1 2016-02-29 14:57:32 -05:00
hailin cai
cd08e900ad Update Booting/linux-bootstrap-1.md 2016-02-29 14:57:04 -05:00
xinqiu
6404b8952e Revert "Linux insides"
This reverts commit fb791ea135.
2015-09-21 16:28:19 +08:00
xinqiu
fb791ea135 Linux insides 2015-09-21 16:20:56 +08:00
xinqiu
cbf5b150ec 翻译几句 2015-09-16 22:25:41 +08:00
xinqiu
7366530a79 翻译了一部分 2015-08-21 07:40:31 +08:00
xinqiu
96a1b9faf4 翻译了一部分 2015-08-19 07:57:43 +08:00
xinqiu
6a386c6047 原文 2015-08-09 12:07:58 +08:00
xinqiu
1d3423f7dd 准备 2015-07-24 21:01:36 +08:00
Jean-Baptiste Cayrou
f935203ffd Fix linux-bootstrap-1.md incorrect merging
Correct merging of commit da38b6038d line 253
2015-07-12 22:14:06 +02:00
0xAX
3e84a906e4 Update linux-bootstrap-1.md 2015-07-08 13:23:33 +06:00
0xAX
6bb648df18 Update linux-bootstrap-1.md 2015-07-03 13:34:21 +06:00
Waqar144
d1ed036979 Fix grammar, some capitalization corrections 2015-07-02 01:45:49 +05:00
kittyhawk
da38b6038d Update from origin 2015-07-02 01:12:25 +05:00
Waqar144
ac87a85cc7 some grammar fixes, highlighting fixes and some other small fixes. 2015-05-05 00:18:15 +05:00
Waqar144
68ba0dd304 some grammar fixes, highlighting fixes and some other small fixes. 2015-05-05 00:07:22 +05:00
Vaibhav Tulsyan
5178f0dbfa Fixed minor grammar 2015-05-04 20:53:20 +05:30
Arpan Kapoor
26e1158223 Fix nasm output format
Output option for flat-form binary files is 'bin'
2015-04-20 00:10:48 +05:30
Kevin Swinton
77f2bef595 Update linux-bootstrap-1.md
A small review of the BSS area. I hope you find the changes acceptable - the changes proposed here should improve the narrative flow, as well as provide a slightly clearer explanation as to what the x86 code is doing (for those less familiar with native x86 instructions).
2015-03-27 20:42:31 +00:00
Kevin Swinton
445b4ad7b8 Update linux-bootstrap-1.md
Removed superfluous call to 'jmp boot' in the sample boot sector code.
2015-03-23 17:11:03 +00:00
Dzmitry Plashchynski
f771529c58 Intel syntax uses ; as a comment mark
There's a NASM compilation error:
```
boot.nasm:1: error: label or instruction expected at start of line
Note: this example written with Intel syntax:1: error: label or instruction expected at start of line
```
2015-03-09 20:29:39 +02:00
Fabio Pozzi
d9bfb12650 fix typo: 1MB is 0xfffff, not 0xffff which is 65535 2015-03-09 17:05:55 +01:00
Jonatan Pålsson
02a4a4a431 Add description on QEMU booting 2015-02-28 13:30:28 +01:00
LYF610400210
567f2b39b8 linux-bootstrap-1.md -- fixed some grammar errors 2015-02-24 16:28:35 +08:00
0xAX
4f87dd7be0 Update linux-bootstrap-1.md 2015-02-10 22:58:32 +06:00
0xAX
eca46a8a8a Update linux-bootstrap-1.md 2015-02-10 22:56:59 +06:00
Cam Cope
387e7e3546 Add more detail to the bootloader section 2015-02-08 03:23:24 -08:00