An OS kernel for study

simon defcff20d3 fix: 添加打印函数注释 11 months ago
boot cb87d2fe4a 完成内核: 实现 put_char 11 months ago
doc 6faa12e9f5 fix: fix document 11 months ago
kernel 195f359fc8 实现字符串打印 put_str 11 months ago
lib defcff20d3 fix: 添加打印函数注释 11 months ago
.gitignore 7ad6b10677 fix: fix shell bug 11 months ago
README.md e34c8dd11a Initial commit 1 year ago
bochsrc 635bc3a2c9 保护进阶, 向内核迈进 11 months ago
boot.asm ddf0193078 init: bochs test 1 year ago
build.sh cb87d2fe4a 完成内核: 实现 put_char 11 months ago
clean.sh 7ad6b10677 fix: fix shell bug 11 months ago

README.md

os_kernel

An OS kernel for study