freebsd-nq/sys/i386
Jordan K. Hubbard 2394cd9adb Initial support for using linux X servers under emulation - to use an
XFree86 server, users need to create the following links in their
/compat/linux/dev directory (assuming kernel configured with 4 VTs).

lrwxrwxrwx  1 root  wheel  7 Aug 30 22:59 tty0 -> console
lrwxrwxrwx  1 root  wheel  5 Aug 30 22:45 tty1 -> ttyv0
lrwxrwxrwx  1 root  wheel  5 Aug 30 22:45 tty2 -> ttyv1
lrwxrwxrwx  1 root  wheel  5 Aug 30 22:45 tty3 -> ttyv2
lrwxrwxrwx  1 root  wheel  5 Aug 30 22:45 tty4 -> ttyv3

VT switching is still not yet supported. Attempting to switch VT
currently will cause Xserver bus error.

Submitted by:	Chain Lee <chain@110.net>
1998-08-31 06:55:02 +00:00
..
apm Add the ability to suspend as well as hibernate to the system. This 1998-07-06 06:29:07 +00:00
bios Add the ability to suspend as well as hibernate to the system. This 1998-07-06 06:29:07 +00:00
boot Correct an irritating documentation error. 1998-08-04 00:39:45 +00:00
conf The aout->elf transition build from a 2.2.5/6/7 system requires that 1998-08-30 03:06:23 +00:00
eisa Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00
i386 Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00
ibcs2 Removed unused includes. Fixed disordering of includes. 1998-08-17 18:12:52 +00:00
include Change various syscalls to use size_t arguments instead of u_int. 1998-08-24 08:39:39 +00:00
isa Enable duplex autodetection if UTP media are autodetected. 1998-08-27 22:41:18 +00:00
linux Initial support for using linux X servers under emulation - to use an 1998-08-31 06:55:02 +00:00
pci Make the class code checks in function pci_cfgcheck less strict. 1997-12-20 09:04:25 +00:00
scsi Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00
Makefile Make this ${.OBJDIR} and ${.CURDIR} aware. 1998-05-31 22:40:49 +00:00