From 046f769d4ff4540811369d83d373c2dd82254325 Mon Sep 17 00:00:00 2001 From: xinqiu Date: Thu, 25 Feb 2016 09:04:56 +0800 Subject: [PATCH] remove a part of it --- Booting/linux-bootstrap-2.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Booting/linux-bootstrap-2.md b/Booting/linux-bootstrap-2.md index cdde467..049e8f0 100755 --- a/Booting/linux-bootstrap-2.md +++ b/Booting/linux-bootstrap-2.md @@ -1,5 +1,4 @@ # 在内核安装代码的第一步 -#https://0xax.gitbooks.io/linux-insides/content/Booting/linux-bootstrap-2.html 内核启动的第一步 -------------------------------------------------------------------------------- @@ -576,4 +575,4 @@ for (devno = 0x80; devno < 0x80+EDD_MBR_SIG_MAX; devno++) { * [EDD specification](http://www.t13.org/documents/UploadedDocuments/docs2004/d1572r3-EDD3.pdf) * [TLDP documentation for Linux Boot Process](http://www.tldp.org/HOWTO/Linux-i386-Boot-Code-HOWTO/setup.html) (old) * [Previous Part](linux-bootstrap-1.md) -* [BIOS Interrupt](http://wiki.osdev.org/BIOS) \ No newline at end of file +* [BIOS Interrupt](http://wiki.osdev.org/BIOS)