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:
arch import user (historical)
2005-07-06 16:49:52 +00:00
parent fd60674258
commit 72c3b053d8
11 changed files with 397 additions and 318 deletions

View File

@@ -0,0 +1,3 @@
/* -*- asm -*- */
jmp __fpu_start

View File

@@ -0,0 +1,5 @@
/* -*- asm -*- */
/* clear boot_complete flag */
xorl %ebp, %ebp
jmp __main