文件名称:操作系统简单内核
文件大小:198KB
文件格式:RAR
更新时间:2021-01-26 14:29:39
操作系统内核
操作系统简单内核,供想学习操作系统内核的初学者学习使用。
【文件预览】:
afang
----auto(26B)
----init()
--------entry.o(11KB)
--------entry.c(4KB)
----idt()
--------idt.c(6KB)
--------idt.o(12KB)
--------idt_s.s(4KB)
--------idt_s.o(4KB)
----gdt()
--------gdt.o(6KB)
--------gdt_s.s(586B)
--------gdt_s.o(960B)
--------gdt.c(3KB)
----boot()
--------boot.s(3KB)
--------boot.o(2KB)
----drivers()
--------timer.o(8KB)
--------console.c(5KB)
--------timer.c(1KB)
--------console.o(9KB)
----mm()
--------page_fault.o(7KB)
--------heap.c(5KB)
--------heap.o(11KB)
--------page_fault.c(2KB)
--------pmm.c(2KB)
--------vmm.o(12KB)
--------vmm.c(3KB)
--------pmm.o(7KB)
----include()
--------pmm.h(959B)
--------string.h(2KB)
--------common.h(888B)
--------gdt.h(2KB)
--------vargs.h(802B)
--------types.h(913B)
--------multiboot.h(4KB)
--------debug.h(1KB)
--------idt.h(5KB)
--------elf.h(1KB)
--------console.h(1KB)
--------heap.h(1KB)
--------vmm.h(3KB)
--------timer.h(747B)
--------sched.h(1KB)
--------task.h(2KB)
----hx_kernel(1.1MB)
----Makefile(2KB)
----scripts()
--------gdbinit(54B)
--------kernel.ld(2KB)
----kernel()
--------sched()
--------debug()
--------task()
----floppy.img(1.41MB)
----libs()
--------common.c(1KB)
--------common.o(3KB)