File: README

package info (click to toggle)
oskit 0.97.20000202-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 58,008 kB
  • ctags: 172,612
  • sloc: ansic: 832,827; asm: 7,640; sh: 3,920; yacc: 3,664; perl: 1,457; lex: 427; makefile: 337; csh: 141; awk: 78
file content (24 lines) | stat: -rw-r--r-- 937 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

Directories: oskit/linux
Target: liboskit_linux_dev.a
Documentation: doc/linux-dev.tex doc/linux-fs.tex
Original Code Source: 
	Flux Research Group, University of Utah 
	Linux v2.2.12, Linux Project
Description:  
	This directory contains subdirectories containing all the 
	of the OSKit, Linux-derived, assimilated code (fs and
	device drivers), as well as the locally developed
	infrastructure glue, adapting the drivers to the
	fdev interfaces.

	The dev/ and fs/ subdirectories contain glue code for
	the Linux device drivers and file systems.  The shared/
	subdirectory contains glue code shared between the 
	dev/ and fs/ glue.  The src/ directory contains a
	subset of the Linux v2.2.12 source code.
	
	All of the code in these subdirectories is covered by
	the GNU General Public License.  As stipulated in the
	GPL, any code linked against this source is also covered
	under GPL and must be distributed according to its terms.