An OS kernel for study

simon e133150bc5 从键盘获取输入 scancode il y a 1 an
boot 93219e2c87 实现线程及根据时钟中断做线程切换 il y a 1 an
device e133150bc5 从键盘获取输入 scancode il y a 1 an
doc 7e093b021c renamed: kernel/kernel-crosscompiler.md -> doc/kernel-crosscompiler.md il y a 1 an
kernel e133150bc5 从键盘获取输入 scancode il y a 1 an
lib 93219e2c87 实现线程及根据时钟中断做线程切换 il y a 1 an
test 64ec69d672 test: thread tests il y a 1 an
thread 70d7060215 同步机制--锁(信号量)实现 il y a 1 an
.gitignore 93219e2c87 实现线程及根据时钟中断做线程切换 il y a 1 an
README.md 4e5987f22e 实现字符串操作函数 il y a 1 an
bochsrc 635bc3a2c9 保护进阶, 向内核迈进 il y a 1 an
boot.asm ddf0193078 init: bochs test il y a 1 an
makefile e133150bc5 从键盘获取输入 scancode il y a 1 an

README.md

os_kernel

An OS kernel for study

make 编译过程

make all make run make clean

(base) ➜  os_kernel git:(master) ✗ make mk_dir
(base) ➜  os_kernel git:(master) ✗ make mbr
(base) ➜  os_kernel git:(master) ✗ make loader
(base) ➜  os_kernel git:(master) ✗ make K
(base) ➜  os_kernel git:(master) ✗ make create_img
(base) ➜  os_kernel git:(master) ✗ make hd
(base) ➜  os_kernel git:(master) ✗ make run