Changeset 4e49572 in mainline for arch/amd64/src/amd64.c
- Timestamp:
- 2006-03-17T11:41:05Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 23d22eb
- Parents:
- 5a7d9d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/amd64.c
r5a7d9d1 r4e49572 47 47 #include <interrupt.h> 48 48 #include <arch/syscall.h> 49 #include <arch/debugger.h> 49 50 50 51 /** Disable I/O on non-privileged levels … … 130 131 if (config.cpu_active == 1) { 131 132 ega_init(); /* video */ 133 /* Enable debugger */ 134 debugger_init(); 132 135 } 133 136 /* Setup fast SYSCALL/SYSRET */ 134 137 syscall_setup_cpu(); 135 138 136 139 } 137 140
Note:
See TracChangeset
for help on using the changeset viewer.