xref: /openbsd-src/distrib/notes/riscv64/features (revision 7869b2fdaac7e118bfd1783874fe25ce3b8b0f09)
1*7869b2fdSkndnl	$OpenBSD: features,v 1.4 2023/10/05 11:58:35 kn Exp $
25eebec24Sdrahndnl
35eebec24Sdrahndnl This file lists almost all the conditional features of this port,
45eebec24Sdrahndnl which are used to provide accurate installation notes.
55eebec24Sdrahndnl
65eebec24Sdrahndnl Information about the installer script features should be in sync with
7dc9956abSjsgdnl	src/distrib/riscv64/ramdisk/install.md
85eebec24Sdrahndnl and the list files in
9dc9956abSjsgdnl	src/distrib/riscv64/ramdisk/list
105eebec24Sdrahndnl
115eebec24Sdrahndnl ====
125eebec24Sdrahndnl
135eebec24Sdrahndnl architecture name (for the packages directory)
145eebec24Sdrahndefine({:-MACHINE_ARCH-:},riscv64)dnl
155eebec24Sdrahndnl
165eebec24Sdrahndnl define if /sbin/kbd exists on the media
175eebec24Sdrahndefine({:-MDKBD-:},)dnl
185eebec24Sdrahndnl
195eebec24Sdrahndnl define if serial consoles needs to be enabled in /etc/ttys
205eebec24Sdrahndnl (i.e. md_consoleinfo is not empty)
215eebec24Sdrahndefine({:-MDSERCONS-:},)dnl
225eebec24Sdrahndnl
235eebec24Sdrahndnl define if SMP kernels are provided
243e904a87Smioddefine({:-MDSMP-:},1)dnl
255eebec24Sdrahndnl
265eebec24Sdrahndnl define if shared libraries are provided
275eebec24Sdrahndefine({:-MDSO-:},1)dnl
285eebec24Sdrahndnl
295eebec24Sdrahndnl define if some media have timezone information (TZ in their list)
305eebec24Sdrahndefine({:-MDTZ-:},1)dnl
315eebec24Sdrahndnl
325eebec24Sdrahndnl define if glass console is possible
335eebec24Sdrahndnl (XXX does not imply availability of X servers though)
343e904a87Smioddefine({:-MDX-:},)dnl
355eebec24Sdrahndnl
365eebec24Sdrahndnl define if the X server can't start until machdep.allow_aperture is set
373e904a87Smioddefine({:-MDXAPERTURE-:},)dnl
385eebec24Sdrahndnl
395eebec24Sdrahndnl define if the X server can start without a configuration file
403e904a87Smioddefine({:-MDXDM-:},)dnl
41*7869b2fdSkndnl
42*7869b2fdSkndnl define if boot loaders support softraid(4) volumes
43*7869b2fdSkndefine({:-MDBOOTSR-:},1)dnl
44