Changes between Initial Version and Version 1 of KernelDbgVbox


Ignore:
Timestamp:
May 16, 2011, 9:46:16 AM (13 years ago)
Author:
Markus Thielen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • KernelDbgVbox

    v1 v1  
     1= Kernel-Debugging OS/2 as a !VirtualBox Guest =
     2
     3With a Linux host and an OS/2 guest in !VirtualBox, the serial terminal für kernel debugging can be established like this:
     4
     5== 1st Linux Terminal ==
     6
     7{{{
     8socat UNIX-CONNECT:./os2dbg PTY,link=./os2dbg
     9}}}
     10
     11where ''os2dbg'' is the name of the host pipe file specified in the serial setup dialog of !VirtualBox.
     12
     13== 2nd Linux Terminal ==
     14
     15{{{
     16screen -h 400 ./os2dbg
     17}}}
     18Again, ''os2dbg'' is the name of the pipe/socket specified in the !VirtualBox serial setup dialog.
     19
     20{{{-h}}} specifies the number of lines for the scrollback buffer (history).
     21Scrolling in the terminal window requires to enter scroll mode: {{{Ctrl-a Esc}}}.
     22
     23Off you go!