首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 一个开源操作系统

一个开源操作系统

  • 资源大小:1.73 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: assembly CPlusPlus

资 源 简 介

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
VIP VIP
0.181030s