An OS kernel for study

simon 93219e2c87 实现线程及根据时钟中断做线程切换 10 months ago
boot 93219e2c87 实现线程及根据时钟中断做线程切换 10 months ago
device 93219e2c87 实现线程及根据时钟中断做线程切换 10 months ago
doc 7e093b021c renamed: kernel/kernel-crosscompiler.md -> doc/kernel-crosscompiler.md 10 months ago
kernel 93219e2c87 实现线程及根据时钟中断做线程切换 10 months ago
lib 93219e2c87 实现线程及根据时钟中断做线程切换 10 months ago
test 64ec69d672 test: thread tests 10 months ago
thread 93219e2c87 实现线程及根据时钟中断做线程切换 10 months ago
.gitignore 93219e2c87 实现线程及根据时钟中断做线程切换 10 months ago
README.md 4e5987f22e 实现字符串操作函数 10 months ago
bochsrc 635bc3a2c9 保护进阶, 向内核迈进 11 months ago
boot.asm ddf0193078 init: bochs test 1 year ago
makefile 93219e2c87 实现线程及根据时钟中断做线程切换 10 months ago

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