diff options
Diffstat (limited to 'kern/bootstrap.c')
-rw-r--r-- | kern/bootstrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/bootstrap.c b/kern/bootstrap.c index 2e095106..86d896c3 100644 --- a/kern/bootstrap.c +++ b/kern/bootstrap.c @@ -112,7 +112,7 @@ void bootstrap_create() * FIXME: Change this so its only * run if -d is passed to mach */ - set_debug_traps(); + printf("Waiting for debugger connection on com0\n"); breakpoint(); printf("Back from GDB\n"); |