资 源 简 介
Summary
An Open Source Operating System written with ASM and C.
Sys\_Calls
|Name|Prototype|Description|
|:-------|:------------|:--------------|
|Open | int open (const char *pathname, int flags);| Open a file |
|Close | int close (int fd); | Close a file descriptor given by fd|
|Read | int read (int fd, void *buf, int count);| Read data from the file descriptor given by fd to buf|
|Write | int write (int fd, const void *buf, int count); | Write data in buf to the file descriptor|
|Fork | int fork ();| Create a new process|
|Wait | int wait (int * status);| Wait for a child process until it terminates|
|Exit | void exit (int status); | Terminate a process|
文 件 列 表
lyos-0.3.1
arch
x86
boot
include
load.inc
drivers
blk_dev
partition
Makefile
scripts
config
lxdialog
.gitignore
documentation
fs
lyos
file.c
lib
io
Makefile
command
cmd.tar
kernel
sys.c
mm
memory.c
a.img
bochsrc
bochsrc.bxrc
BUGLIST
ChangeLog
config.in
COPYING
kernel.bin
krnl.map
Makefile
README
80m.img.tar.gz
arch
x86
boot
include
fat12hdr.inc