readme

来自「基于组件方式开发操作系统的OSKIT源代码」· 代码 · 共 23 行

TXT
23
字号
Directories: oskit/linux/dev/libcTarget: liboskit_linux_dev.a & liboskit_linux_fs.aDocumentation: This file.Original Code Source: 	Flux Research Group, University of Utah	Linux v2.0.29, Linux ProjectDescription:  	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.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?