Rev 2107 | Rev 2513 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2107 | Rev 2110 | ||
---|---|---|---|
Line 48... | Line 48... | ||
48 | #include <userspace.h> |
48 | #include <userspace.h> |
49 | #include <console/console.h> |
49 | #include <console/console.h> |
50 | #include <proc/uarg.h> |
50 | #include <proc/uarg.h> |
51 | #include <syscall/syscall.h> |
51 | #include <syscall/syscall.h> |
52 | #include <ddi/irq.h> |
52 | #include <ddi/irq.h> |
53 | #include <arch/simics/ega.h> |
53 | #include <arch/drivers/ega.h> |
54 | 54 | ||
55 | void arch_pre_main(void) |
55 | void arch_pre_main(void) |
56 | { |
56 | { |
57 | /* Setup usermode init tasks. */ |
57 | /* Setup usermode init tasks. */ |
58 | init.cnt = 8; |
58 | init.cnt = 8; |