2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>
Add missing start symbols * boot/i386/pc/boot.S: add start boot/i386/pc/pxeboot.S: likewise
This commit is contained in:
parent
fd2bf2e388
commit
5b889789b1
3 changed files with 13 additions and 2 deletions
|
@ -23,7 +23,9 @@
|
|||
.code16
|
||||
|
||||
/* Let's go */
|
||||
.globl _start; _start:
|
||||
.globl start, _start;
|
||||
_start:
|
||||
start:
|
||||
|
||||
/* Root drive will default to boot drive */
|
||||
movb $0xFF, %dh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue