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 (22 lines) | stat: -rw-r--r-- 792 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
Directories: oskit/linux/dev/libc
Target: liboskit_linux_dev.a & liboskit_linux_fs.a
Documentation: This file.
Original Code Source: 
	Flux Research Group, University of Utah
	Linux v2.0.29, Linux Project
Description:  

	Linux device driver and filesystem support glue code

	This directory contains self-contained implementations of
	any ``libc'' type routines required by the drivers or the
	glue code.

	They are not allowed to reference the OSKit headers, or
	depend on them for linking.  Functions that an OS might
	want to override are channeled through the osenv_* 
	interfaces. (Note that the `oskit/dev' headers can be 
	included, to access required prototypes, etc.)

	Most of these files are stripped-down versions of OSKit 
	liboskit_c library files or are written from scratch.