reset16.inc and 32bit reset vector

ron minnich rminnich at lanl.gov
Thu Sep 2 09:05:00 CEST 2004


On Wed, 1 Sep 2004, Jeremy Jackson wrote:

>          . = 0x8;
>          .code32
>          jmp     protected_start
>          .previous

note the offset of 8. this is called by code once we're in protected mode. 
This is not the reset vector

ron




More information about the coreboot mailing list