mirror of https://github.com/dzavalishin/oskit/
f85eb2576f | ||
---|---|---|
.. | ||
include | ||
x86 | ||
GNUmakefile.in | ||
GNUmakerules | ||
README | ||
char.c | ||
conf.c | ||
global.h | ||
if.c | ||
if_spppsubr.c | ||
init_all.c | ||
init_isa.c | ||
init_osenv.c | ||
ioconf.c | ||
isa.c | ||
isa_glue.h | ||
isadrivers.awk |
README
Directories: oskit/freebsd/dev, oskit/freebsd/dev/x86, oskit/freebsd/dev/x86/conf, oskit/freebsd/dev/include, oskit/freebsd/dev/include/vm Target: liboskit_freebsd_dev.a Documentation: doc/dev.tex Original Code Source: Flux Research Group, University of Utah FreeBSD v2.1.7.1, FreeBSD Project Description: This directory contains glue code for using the FreeBSD device driver set under the OSKit Device Framework. x86/ contains machine specific files, and x86/conf/ contains configuation header files that are normally generated by the FreeBSD configuration utility. include/ contains bogus header files simply used to fake out the FreeBSD code when compiling.