summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-10-25 12:01:05 +0000
committerCharles.Forsyth <devnull@localhost>2008-10-25 12:01:05 +0000
commit9800d6e5f8814a5137ccd9ecae666dba9de6ec33 (patch)
tree7cc9c410cfae7616813f1085bbb33dec74435a7f /man
parent57691aaefebeda7e1fb88f8a6cd69ecd0c3381f1 (diff)
20081025-1300
Diffstat (limited to 'man')
-rw-r--r--man/3/root9
1 files changed, 9 insertions, 0 deletions
diff --git a/man/3/root b/man/3/root
index c4a0a845..f1bd487b 100644
--- a/man/3/root
+++ b/man/3/root
@@ -30,6 +30,8 @@ In the native environment, an arbitrary initial directory structure and
file content can be built-in
when the kernel is configured, but it will typically include at least
the names above, to act as mount points.
+(See the discussion of the `root section' in
+.IR conf (10.6).)
The required file
.B /osinit.dis
(not present in the emulation environment)
@@ -37,6 +39,13 @@ provides an executable Dis binary when read,
and is the first program invoked when initialising the system.
Other files needed for bootstrap
might also reside in this device.
+.PP
+Its local name
+.B #/
+can be used by programs outside the kernel, for instance to implement
+.B newns
+in
+.IR newns (2).
.SH SOURCE
.B /emu/port/devroot.c
.br