diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2012-01-28 15:04:40 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2012-01-28 15:04:40 +0100 |
commit | 6f3a380f3c1bc602b1b86dec307abf27f71bfef4 (patch) | |
tree | a534bf34fc4d91b4d30c6f3ac4fabbc3c511201f /microkernel | |
parent | be4193108513f02439a211a92fd80e0651f6721b (diff) |
IRC.
Diffstat (limited to 'microkernel')
-rw-r--r-- | microkernel/mach/gnumach/debugging.mdwn | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/microkernel/mach/gnumach/debugging.mdwn b/microkernel/mach/gnumach/debugging.mdwn index f657e7cc..b57f0393 100644 --- a/microkernel/mach/gnumach/debugging.mdwn +++ b/microkernel/mach/gnumach/debugging.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2007, 2008, 2009, 2011 Free Software Foundation, -Inc."]] +[[!meta copyright="Copyright © 2007, 2008, 2009, 2011, 2012 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 @@ -135,3 +135,11 @@ IRC, freenode, #hurd, 2011-07-14: <braunr> then use info registers to know where the cpu is halted <braunr> and you'll know if you reached that code or not <braunr> (info registers is a qemu command) + + +# Serial Console + +IRC, freenode, #hurd, 2011-11-13: + + <youpi> use console=com0 + <youpi> to activate the console on the first serial port |