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

您现在的位置是:虫虫源码 > 其他 > 爱好OS

爱好OS

  • 资源大小:28.45 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: os 爱好

资 源 简 介

Eliax is an excuse to develop an operating system. It is designed to work on x86 platforms, and is intended to support paging, multi-tasking, task protection, and multiple file systems(which means at least 2). The plan is to divide the kernel into 4 parts: memory management, file systems, device drivers, and a core kernel. The core kernel contains everything else, such as control over interrupts, process management, and the scheduler, as well as the system call implementation. All communication between the kernel and the hardware happens either through interrupts or through the device driver interface, and all communication between programs and the rest of the system happens through system calls. File systems are used as an interface to disks in the same way that drivers are, however file systems return data in an organized way and will only work correctly if setup to point to a valid file system. Eliax also intends to have a robust(or at least partially functional) programm

文 件 列 表

asm
.svn
isr_stubs.s
asm.s
boot
.svn
cr1.s
cr0.s
boot.asm
dev
.svn
vga.c
pic.c
fd.c
kbd.c
timer.c
include
.svn
kheap.h
stdio.h
timer.h
kernel.h
asm.h
interrupts.h
dev.h
vga.h
pic.h
syscall.h
string.h
proc.h
kbd.h
typedef.h
fd.h
math.h
mm.h
kernel
.svn
proc.c
k_init.c
syscall.c
interrupts.c
dev.c
lib
.svn
stdio.c
mm
.svn
mm.c
kheap.c
util
.svn
math.c
string.c
linker.ld
makefile
VIP VIP
0.199332s