summaryrefslogtreecommitdiff
path: root/distrib/notes/loongson/features
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-02-03 17:10:45 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-02-03 17:10:45 +0000
commit4a662e14238326d96560f09ccc578cfe7bda0a36 (patch)
treea88b17631e507bc491326db06ccaee35f3fb61d9 /distrib/notes/loongson/features
parent5d59362221fad1729c1a633a5b19cf967bad1219 (diff)
First cut at loongson installation notes.
Diffstat (limited to 'distrib/notes/loongson/features')
-rw-r--r--distrib/notes/loongson/features40
1 files changed, 40 insertions, 0 deletions
diff --git a/distrib/notes/loongson/features b/distrib/notes/loongson/features
new file mode 100644
index 00000000000..790233fbeb1
--- /dev/null
+++ b/distrib/notes/loongson/features
@@ -0,0 +1,40 @@
+dnl $OpenBSD: features,v 1.1 2010/02/03 17:10:44 miod Exp $
+dnl
+dnl This file lists almost all the conditional features of this port,
+dnl which are used to provide accurate installation notes.
+dnl
+dnl Information about the installer script features should be in sync with
+dnl src/distrib/loongson/ramdisk/install.md
+dnl and the list files in
+dnl src/distrib/loongson/ramdisk/list
+dnl
+dnl ====
+dnl
+dnl architecture name (for the packages directory)
+define({:-MACHINE_ARCH-:},mips64el)dnl
+dnl
+dnl define if /sbin/kbd exists on the media
+define({:-MDKBD-:},)dnl
+dnl
+dnl define if serial consoles need to be enabled in /etc/ttys
+dnl (i.e. md_consoleinfo is not empty)
+define({:-MDSERCONS-:},)dnl
+dnl
+dnl define if SMP kernels are provided
+define({:-MDSMP-:},)dnl
+dnl
+dnl define if shared libraries are provided
+define({:-MDSO-:},1)dnl
+dnl
+dnl define if some media have timezone information (TZ in their list)
+define({:-MDTZ-:},1)dnl
+dnl
+dnl define if glass console is possible
+dnl (XXX does not imply availablity of X servers though)
+define({:-MDX-:},1)dnl
+dnl
+dnl define if the X server can't start until machdep.allow_aperture is set
+define({:-MDXAPERTURE-:},)dnl
+dnl
+dnl define if the X server can start without a configuration file
+define({:-MDXDM-:},)dnl