Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-7
Creator: Yinghai Lu <yhlu@tyan.com> ide_enable in MB Config and jmp_auto ( it will make start in the 64k boundary) git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1926 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
3
src/arch/i386/lib/jmp_auto.inc
Normal file
3
src/arch/i386/lib/jmp_auto.inc
Normal file
@@ -0,0 +1,3 @@
|
||||
/* -*- asm -*- */
|
||||
|
||||
jmp __fpu_start
|
5
src/arch/i386/lib/jmp_auto_out.inc
Normal file
5
src/arch/i386/lib/jmp_auto_out.inc
Normal file
@@ -0,0 +1,5 @@
|
||||
/* -*- asm -*- */
|
||||
|
||||
/* clear boot_complete flag */
|
||||
xorl %ebp, %ebp
|
||||
jmp __main
|
Reference in New Issue
Block a user