|
|
User Mode Linux Notes
- To use the SKAS patch in the host system you need to put CONFIG_PROC_MM=y into your .config file and recompile the kernel
- To compile it:
- go to the website and follow the compiling instructions
- To get rid of the xterms start the uml with :
linux ubd0=root_fs con=pty con0=fd:0,fd:1
Once the uml starts up it should print out what psuedo terms it is attached to. Something like:
Virtual console 1 assigned device '/dev/ptyp0'
Virtual console 2 assigned device '/dev/ptyp1'
Serial line 0 assigned device '/dev/ptyp2'
To access these I ended up doing one of the following:
screen /dev/ttyp0
OR
minicom -o -p /dev/ttyp0
pablo , 2003-03-21 16:41:27
|