diff options
author | Arne Babenhauserheide <arne_bab@web.de> | 2009-06-16 21:35:22 +0200 |
---|---|---|
committer | Arne Babenhauserheide <arne_bab@web.de> | 2009-06-16 21:35:22 +0200 |
commit | 8da018fafbaa48a65b757d9bce29a316d722619e (patch) | |
tree | f6491e7d6c1033a3bf62cbf4adb30eb7ab9ab4ec /microkernel | |
parent | f85d8d27a530e75fb91ade0ef464486def092cf3 (diff) | |
parent | cc989b7700a472d2f65e7fcf6c24acdfe541dd1d (diff) | |
download | web-8da018fafbaa48a65b757d9bce29a316d722619e.tar.gz web-8da018fafbaa48a65b757d9bce29a316d722619e.tar.bz2 web-8da018fafbaa48a65b757d9bce29a316d722619e.zip |
fix merge
Diffstat (limited to 'microkernel')
-rw-r--r-- | microkernel/mach/gnumach/debugging.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/microkernel/mach/gnumach/debugging.mdwn b/microkernel/mach/gnumach/debugging.mdwn index 38cc7911..3a93c6ad 100644 --- a/microkernel/mach/gnumach/debugging.mdwn +++ b/microkernel/mach/gnumach/debugging.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2007, 2008 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2007, 2008, 2009 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -14,7 +15,7 @@ Mach has a built-in kernel debugger. When you're [[running_a_system_in_QEMU|hurd/running/qemu]] you can directly [use GDB on the running -kernel](http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC36). +kernel](http://www.nongnu.org/qemu/qemu-doc.html#SEC48). Alternatively you can use an approach like this one: add the following code |