DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦e7a5e2efe⟧ TextFile

    Length: 1271 (0x4f7)
    Types: TextFile
    Notes: UNIX file
    Names: »cons.4«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man4/cons.4« 

TextFile

.ig
	@(#)cons.4	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH CONS 4
.SH NAME
cons \- SYS32 console interface
.SH DESCRIPTION
The console is available to the processor through the CPU Board serial port.
It acts like a normal terminal, except when the system is powered on,
reset, experiences a panic condition, or is rebooted.
Under these conditions,
the console is in local ROM monitor mode.
The system can be booted using the `k' or `o' commands.
The `h' command lists the ROM monitor commands available.
.PP
When certain error conditions arise,
the kernel will print diagnostic messages on the console.
Among others,
these conditions include
hard disk and tape errors,
process deaths due to insufficient swap space,
and system panics.
.SH FILES
/dev/console
.SH "SEE ALSO"
tty(4), reboot(8)
.SH DIAGNOSTICS
None.
.SH BUGS
Some versions of the kernel are compiled
with debugging features that affect the console's behavior on input.
In this case,
two character sequences starting with the ASCII character SOH
(control-A)
are interpreted at interrupt level by the kernel itself,
producing various diagnostic printouts
or causing the kernel to take various drastic actions.
To input SOH itself,
it is necessary to type it twice in succession.