mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-15 07:27:41 +00:00
Move call of bootinfo_init after memory_init (use memory_map)
This commit is contained in:
@@ -10,14 +10,14 @@ _start:
|
|||||||
|
|
||||||
bsr console_init
|
bsr console_init
|
||||||
|
|
||||||
/* retrieve machine info before we make the mess */
|
|
||||||
|
|
||||||
bsr bootinfo_init;
|
|
||||||
|
|
||||||
/* initialize memory, so we can work */
|
/* initialize memory, so we can work */
|
||||||
|
|
||||||
bsr memory_init
|
bsr memory_init
|
||||||
|
|
||||||
|
/* retrieve machine info */
|
||||||
|
|
||||||
|
bsr bootinfo_init;
|
||||||
|
|
||||||
/* allocate stack, so we can jump */
|
/* allocate stack, so we can jump */
|
||||||
|
|
||||||
pea 0x2000
|
pea 0x2000
|
||||||
|
Reference in New Issue
Block a user