Changeset 0b6eba5 in mainline for kernel/arch/amd64/src/debugger.c
- Timestamp:
- 2009-03-12T18:01:55Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4df7d3a
- Parents:
- 7012a8d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/debugger.c
r7012a8d r0b6eba5 235 235 #ifdef CONFIG_KCONSOLE 236 236 atomic_set(&haltstate, 1); 237 kconsole("debug", "Debug console ready (type 'exit' to continue)\n", false);237 kconsole("debug", "Debug console ready.\n", false); 238 238 atomic_set(&haltstate, 0); 239 239 #endif
Note:
See TracChangeset
for help on using the changeset viewer.