mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-22 10:29:31 +00:00
Identify machine in arch_init()
This commit is contained in:
parent
af0d528190
commit
5189002b35
@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
.global _start
|
.global _start
|
||||||
_start:
|
_start:
|
||||||
|
/* identify system */
|
||||||
|
|
||||||
|
bsr arch_init
|
||||||
|
|
||||||
/* initialize console, so we can debug ;-) */
|
/* initialize console, so we can debug ;-) */
|
||||||
|
|
||||||
bsr console_init
|
bsr console_init
|
||||||
|
Loading…
Reference in New Issue
Block a user