fixed smp including extra line
This commit is contained in:
parent
fe551417ed
commit
0e9e6dd5cc
1 changed files with 1 additions and 1 deletions
|
|
@ -59,6 +59,7 @@ _start:
|
|||
movl $STACK_SIZE, %ebx
|
||||
mull %ebx
|
||||
subl %eax, %esp
|
||||
#endif
|
||||
|
||||
/* push the boot_complete flag */
|
||||
pushl %ebp
|
||||
|
|
@ -83,7 +84,6 @@ _start:
|
|||
intel_chip_post_macro(0xee) /* post fe */
|
||||
hlt
|
||||
jmp .Lhlt
|
||||
#endif
|
||||
|
||||
|
||||
.globl gdt, gdt_end, gdt_limit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue