Rev 1398 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1398 | Rev 1474 | ||
|---|---|---|---|
| Line 31... | Line 31... | ||
| 31 | #include <arch/mm/memory_init.h> |
31 | #include <arch/mm/memory_init.h> |
| 32 | #include <arch/interrupt.h> |
32 | #include <arch/interrupt.h> |
| 33 | #include <genarch/fb/fb.h> |
33 | #include <genarch/fb/fb.h> |
| 34 | #include <userspace.h> |
34 | #include <userspace.h> |
| 35 | #include <proc/uarg.h> |
35 | #include <proc/uarg.h> |
| - | 36 | #include <console/console.h> |
|
| 36 | 37 | ||
| 37 | bootinfo_t bootinfo; |
38 | bootinfo_t bootinfo; |
| 38 | 39 | ||
| 39 | void arch_pre_main(void) |
40 | void arch_pre_main(void) |
| 40 | { |
41 | { |
| Line 87... | Line 88... | ||
| 87 | 88 | ||
| 88 | /* Unreachable */ |
89 | /* Unreachable */ |
| 89 | for (;;) |
90 | for (;;) |
| 90 | ; |
91 | ; |
| 91 | } |
92 | } |
| - | 93 | ||
| - | 94 | /** Acquire console back for kernel |
|
| - | 95 | * |
|
| - | 96 | */ |
|
| - | 97 | void arch_grab_console(void) |
|
| - | 98 | { |
|
| - | 99 | } |
|
| - | 100 | /** Return console to userspace |
|
| - | 101 | * |
|
| - | 102 | */ |
|
| - | 103 | void arch_release_console(void) |
|
| - | 104 | { |
|
| - | 105 | } |
|