Rev 4377 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4377 | Rev 4391 | ||
|---|---|---|---|
| Line 60... | Line 60... | ||
| 60 | #include <genarch/acpi/acpi.h> |
60 | #include <genarch/acpi/acpi.h> |
| 61 | #include <panic.h> |
61 | #include <panic.h> |
| 62 | #include <interrupt.h> |
62 | #include <interrupt.h> |
| 63 | #include <arch/syscall.h> |
63 | #include <arch/syscall.h> |
| 64 | #include <arch/debugger.h> |
64 | #include <arch/debugger.h> |
| - | 65 | #include <arch/breakpoint.h> |
|
| 65 | #include <syscall/syscall.h> |
66 | #include <syscall/syscall.h> |
| 66 | #include <console/console.h> |
67 | #include <console/console.h> |
| 67 | #include <ddi/irq.h> |
68 | #include <ddi/irq.h> |
| 68 | #include <sysinfo/sysinfo.h> |
69 | #include <sysinfo/sysinfo.h> |
| 69 | 70 | ||
| Line 161... | Line 162... | ||
| 161 | {} |
162 | {} |
| 162 | #endif |
163 | #endif |
| 163 | 164 | ||
| 164 | /* Enable debugger */ |
165 | /* Enable debugger */ |
| 165 | debugger_init(); |
166 | debugger_init(); |
| - | 167 | //#ifdef CONFIG_UDEBUG |
|
| - | 168 | /* Enable INT3 breakpoint handler */ |
|
| - | 169 | breakpoint_init(); |
|
| - | 170 | //#endif |
|
| 166 | /* Merge all memory zones to 1 big zone */ |
171 | /* Merge all memory zones to 1 big zone */ |
| 167 | zone_merge_all(); |
172 | zone_merge_all(); |
| 168 | } |
173 | } |
| 169 | 174 | ||
| 170 | /* Setup fast SYSCALL/SYSRET */ |
175 | /* Setup fast SYSCALL/SYSRET */ |