/[hurd]/hurd-l4/wortel/README
ViewVC logotype

Diff of /hurd-l4/wortel/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by marcus, Tue Sep 9 21:43:12 2003 UTC revision 1.2 by marcus, Fri Sep 19 17:49:59 2003 UTC
# Line 7  booting up the system and wrapping privi Line 7  booting up the system and wrapping privi
7  For now, only a rudimentary part of the loader is written, and the  For now, only a rudimentary part of the loader is written, and the
8  only useful thing wortel can do is to start the dummy physmem server  only useful thing wortel can do is to start the dummy physmem server
9  for a small demonstration.  for a small demonstration.
10    
11    
12    OUTPUT
13    ======
14    
15    The available output drivers are architecture specific (see below for
16    details).  You can suppress all output by using the output driver
17    "none", which is available on all architectures.
18    
19    Some drivers support options.  You list the options you want to use
20    directly following the driver name, separated by commas.  For example,
21    to specify COM2 and a baud rate of 9600, you would use the option "-o
22    serial,uart2,speed=9600".  Note that spaces are not allowed (as spaces
23    separate the arguments to wortel).  Which options are recognized
24    depends on the driver.
25    
26    Serial output
27    -------------
28    
29    The serial output driver supports options to configure the serial
30    port.  The following options are recognized:
31    
32    uart1       Select UART1 (aka COM1).
33    uart2       Select UART2 (aka COM2).
34    speed=BAUD  Set the baud rate to BAUD.  Possible values are 50 to 115200.
35    
36    
37    Architecture Specific Notes
38    ===========================
39    
40    ia32
41    ----
42    
43    On this architecture, wortel supports VGA and serial output.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26