|
Makefile
|
🔧 更新了键盘驱动程序,使其适配vfs
|
2022-05-20 22:53:47 +08:00 |
|
atomic.h
|
🆕 原子变量和信号量
|
2022-04-12 21:30:07 +08:00 |
|
preempt.h
|
增加锁的持有计数
|
2022-04-13 11:14:49 +08:00 |
|
proc.S
|
🆕 exec (存在bug
|
2022-05-31 21:55:06 +08:00 |
|
process.c
|
bug fix: page_num>=25时,填入页表的实际上是同一个物理页的bug
|
2022-06-02 19:22:03 +08:00 |
|
process.h
|
debuging...
|
2022-06-02 14:20:53 +08:00 |
|
ptrace.h
|
🆕 基本完成了slab内存分配器
|
2022-02-28 16:15:44 +08:00 |
|
semaphore.h
|
🔧 更新了键盘驱动程序,使其适配vfs
|
2022-05-20 22:53:47 +08:00 |
|
spinlock.h
|
🆕 具有中断管理功能的自旋锁
|
2022-05-11 20:41:47 +08:00 |
|
wait_queue.c
|
将wait_queue中的结点改为kmalloc创建
|
2022-05-30 18:25:50 +08:00 |
|
wait_queue.h
|
🆕 exec (存在bug
|
2022-05-31 21:55:06 +08:00 |