oskit/oskit-20020317/freebsd/dev
dzavalishin f85eb2576f import 2016-02-19 15:02:31 +03:00
..
include import 2016-02-19 15:02:31 +03:00
x86 import 2016-02-19 15:02:31 +03:00
GNUmakefile.in import 2016-02-19 15:02:31 +03:00
GNUmakerules import 2016-02-19 15:02:31 +03:00
README import 2016-02-19 15:02:31 +03:00
char.c import 2016-02-19 15:02:31 +03:00
conf.c import 2016-02-19 15:02:31 +03:00
global.h import 2016-02-19 15:02:31 +03:00
if.c import 2016-02-19 15:02:31 +03:00
if_spppsubr.c import 2016-02-19 15:02:31 +03:00
init_all.c import 2016-02-19 15:02:31 +03:00
init_isa.c import 2016-02-19 15:02:31 +03:00
init_osenv.c import 2016-02-19 15:02:31 +03:00
ioconf.c import 2016-02-19 15:02:31 +03:00
isa.c import 2016-02-19 15:02:31 +03:00
isa_glue.h import 2016-02-19 15:02:31 +03:00
isadrivers.awk import 2016-02-19 15:02:31 +03:00

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.