mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-22 10:29:31 +00:00
Move call of bootinfo_init after memory_init (use memory_map)
This commit is contained in:
parent
13bcacd8fb
commit
cc5ae713a6
@ -10,14 +10,14 @@ _start:
|
||||
|
||||
bsr console_init
|
||||
|
||||
/* retrieve machine info before we make the mess */
|
||||
|
||||
bsr bootinfo_init;
|
||||
|
||||
/* initialize memory, so we can work */
|
||||
|
||||
bsr memory_init
|
||||
|
||||
/* retrieve machine info */
|
||||
|
||||
bsr bootinfo_init;
|
||||
|
||||
/* allocate stack, so we can jump */
|
||||
|
||||
pea 0x2000
|
||||
|
Loading…
Reference in New Issue
Block a user