Identify machine in arch_init()

This commit is contained in:
Laurent Vivier 2004-02-26 22:52:35 +00:00
parent af0d528190
commit 5189002b35

View File

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