文件名称:swallow-master
- 所属分类:
- 操作系统开发
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-07-17
- 文件大小:
- 48kb
- 下载次数:
- 0次
- 提 供 者:
- pande******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个简单的内核。在linux下运行,需要bochs模拟器。-A simple kernel. Running under linux, need bochs emulator.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
swallow-master
..............\README
..............\bochsrc
..............\boot
..............\....\Makefile
..............\....\boot.asm
..............\clean.sh
..............\install.sh
..............\kernel
..............\......\Makefile
..............\......\clock
..............\......\.....\Makefile
..............\......\.....\clock.c
..............\......\.....\include
..............\......\.....\.......\clock.h
..............\......\i8259A.c
..............\......\include
..............\......\.......\i8259A.h
..............\......\.......\port.h
..............\......\.......\process.h
..............\......\.......\protect.h
..............\......\.......\syscall.h
..............\......\ipc
..............\......\...\Makefile
..............\......\...\include
..............\......\...\.......\ipc.h
..............\......\...\ipc.c
..............\......\kernel.asm
..............\......\kernel.inc
..............\......\libasm32
..............\......\........\Makefile
..............\......\........\include
..............\......\........\.......\misc.h
..............\......\........\misc.asm
..............\......\libc
..............\......\....\Makefile
..............\......\....\assert.c
..............\......\....\elf.c
..............\......\....\hex2str.c
..............\......\....\htoa.c
..............\......\....\include
..............\......\....\.......\assert.h
..............\......\....\.......\elf.h
..............\......\....\.......\stdio.h
..............\......\....\.......\string.h
..............\......\....\.......\type.h
..............\......\....\main.c
..............\......\....\memcpy.c
..............\......\....\memset.c
..............\......\....\printf.c
..............\......\....\putchar.c
..............\......\....\puts.c
..............\......\....\strcpy.c
..............\......\....\strlen.c
..............\......\....\vsprintf.c
..............\......\process.c
..............\......\protect.c
..............\......\tty
..............\......\...\Makefile
..............\......\...\console.c
..............\......\...\include
..............\......\...\.......\console.h
..............\......\...\.......\key_map.h
..............\......\...\.......\keyboard.h
..............\......\...\.......\tty.h
..............\......\...\keyboard.c
..............\......\...\tty.c
..............\loader
..............\......\Makefile
..............\......\loader.asm
..............\......\sectors.c
..............\sectors
..............\swallow.img