文件名称:Boogie:天真的x86 OS内核
文件大小:392KB
文件格式:ZIP
更新时间:2024-02-23 21:08:30
operating-system x86-kernel OperatingsystemC
Boogie:天真的x86 OS内核
【文件预览】:
Boogie-master
----init()
--------shell_command.c(6KB)
--------init.c(2KB)
--------shell.c(2KB)
--------entry.c(2KB)
----mm()
--------page_fault.c(1KB)
--------pmm.c(2KB)
--------vmm.c(3KB)
--------heap.c(4KB)
----kernel()
--------kio.c(1KB)
--------debug()
--------task()
--------sched()
----boot()
--------boot.s(3KB)
----scripts()
--------gdbinit(64B)
--------kernel.ld(669B)
----idt()
--------idt.c(5KB)
--------idt_s.s(4KB)
----gdt()
--------gdt.c(2KB)
--------gdt_s.s(445B)
----drivers()
--------console.c(4KB)
--------timer.c(788B)
--------char_dev.c(617B)
--------kboard.c(11KB)
----.travis.yml(159B)
----LICENSE(34KB)
----README.md(256B)
----Makefile(1KB)
----libs()
--------common.c(750B)
--------ctype.c(1KB)
----image()
--------floppy.img(1.41MB)
----.gitignore(67B)
----include()
--------shell.h(281B)
--------kio.h(226B)
--------sched.h(536B)
--------vmm.h(3KB)
--------string.h(1KB)
--------console.h(1KB)
--------pmm.h(959B)
--------heap.h(573B)
--------common.h(509B)
--------vargs.h(266B)
--------types.h(454B)
--------init.h(118B)
--------ctype.h(2KB)
--------char_dev.h(1KB)
--------gdt.h(2KB)
--------elf.h(958B)
--------timer.h(137B)
--------task.h(1KB)
--------debug.h(719B)
--------multiboot.h(3KB)
--------idt.h(4KB)