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