Move call of bootinfo_init after memory_init (use memory_map)

This commit is contained in:
Laurent Vivier 2004-02-17 10:09:14 +00:00
parent 13bcacd8fb
commit cc5ae713a6

View File

@ -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