setup stack for 32 bits mode as early as possiblee
This commit is contained in:
parent
276703dccc
commit
a70d008f30
1 changed files with 3 additions and 0 deletions
|
|
@ -34,6 +34,9 @@
|
|||
|
||||
#define NORTH_BRIDGE_BASE_ADDR 0x80000000
|
||||
|
||||
/* set new stack */
|
||||
movl $_estack, %esp
|
||||
|
||||
register_setting_start:
|
||||
movl $northbridge_init_table, %esi
|
||||
movl $(northbridge_init_table_end - northbridge_init_table), %ecx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue