文件名称:alpha:*基于nix的操作系统(和引导程序)
文件大小:48KB
文件格式:ZIP
更新时间:2024-05-29 12:04:57
unix kernel boot C
./启动 包含第一个引导扇区,引导加载程序,加载内核,传输控制。 。/核心 包含内核本身。 ./驱动程序 包含与硬件对话的功能。 ./lib 在编程时包含有用的功能。 。/*处理器 包含与cpu相关的功能,以及一些汇编代码。
【文件预览】:
alpha-master
----boot()
--------gdt.asm(955B)
--------bootsect.asm(2KB)
----media()
--------alpha.png(7KB)
----drivers()
--------hd()
--------rtc()
--------hd.h(1KB)
--------vga()
--------ports()
--------types.h(1KB)
--------vga.h(859B)
--------keyboard()
--------rtc.h(1KB)
--------timer()
--------ports.h(445B)
--------timer.h(727B)
--------keyboard.h(243B)
----Dockerfile(663B)
----LICENSE(1KB)
----.gitignore(12B)
----lib()
--------shell.h(195B)
--------logger.h(125B)
--------util.h(2KB)
--------shell()
--------statusbar()
--------fs.h(1KB)
--------fs()
--------fs.org(517B)
--------statusbar.h(201B)
--------logger()
--------util()
----Makefile(2KB)
----README.md(357B)
----cpu()
--------isr.h(2KB)
--------isr()
--------idt()
--------interrupt.asm(6KB)
--------idt.h(1017B)
----kernel()
--------kernel.h(238B)
--------kernel_entry.asm(56B)
--------kernel.c(2KB)
----presentation()
--------presentation.html(10KB)
--------presentation.org(4KB)