| .. |
|
libELF
|
🆕 加载elf文件
|
2022-05-18 18:27:00 +08:00 |
|
math
|
bugfix: 修复浮点数打印错误的bug
|
2022-07-12 13:19:51 +08:00 |
|
sys
|
new: mutex
|
2022-07-31 17:09:12 +08:00 |
|
Makefile
|
new: string.h
|
2022-08-03 15:13:01 +08:00 |
|
asm.h
|
🐛 修复了无法切换进程、无法进行浮点运算的bug(将main.c中的init函数名进行修改)
|
2022-02-12 22:14:51 +08:00 |
|
atomic.h
|
将进程同步原语移动到common文件夹下
|
2022-07-31 14:17:26 +08:00 |
|
bitree.c
|
解决编译器警告
|
2022-08-04 22:14:04 +08:00 |
|
bitree.h
|
bitree的单元测试以及bug修复
|
2022-07-26 15:44:01 +08:00 |
|
boot_info.h
|
删除无用信息
|
2022-07-26 00:13:32 +08:00 |
|
compiler.h
|
new: 简单的warn assert
|
2022-07-17 17:23:56 +08:00 |
|
cpu.c
|
fix: init_mm中未加mfence导致O3出错的问题
|
2022-08-01 23:27:41 +08:00 |
|
cpu.h
|
🆕 测定tsc频率
|
2022-07-27 21:05:33 +08:00 |
|
dirent.h
|
🆕 usleep()、nanosleep()
|
2022-07-12 12:01:51 +08:00 |
|
errno.h
|
🆕 用户/内核内存拷贝函数
|
2022-04-22 23:40:27 +08:00 |
|
fcntl.h
|
🆕 sys_open系统调用
|
2022-04-27 00:39:02 +08:00 |
|
font.h
|
🐛 修复了无法切换进程、无法进行浮点运算的bug(将main.c中的init函数名进行修改)
|
2022-02-12 22:14:51 +08:00 |
|
glib.c
|
new: string.h
|
2022-08-03 15:13:01 +08:00 |
|
glib.h
|
new: string.h
|
2022-08-03 15:13:01 +08:00 |
|
kfifo.c
|
new: kfifo
|
2022-07-28 19:48:20 +08:00 |
|
kfifo.h
|
kfifo文档
|
2022-07-29 17:18:55 +08:00 |
|
kprint.h
|
修复日志输出函数的bug
|
2022-07-30 11:45:41 +08:00 |
|
math.h
|
bugfix: 修复浮点数打印错误的bug
|
2022-07-12 13:19:51 +08:00 |
|
mutex.c
|
new: mutex
|
2022-07-31 17:09:12 +08:00 |
|
mutex.h
|
doc: mutex文档
|
2022-07-31 17:27:43 +08:00 |
|
printk.c
|
new: 初步完成了textui的基本显示功能
|
2022-08-04 21:40:26 +08:00 |
|
printk.h
|
完成了屏幕管理器的框架
|
2022-08-03 17:13:46 +08:00 |
|
semaphore.h
|
将进程同步原语移动到common文件夹下
|
2022-07-31 14:17:26 +08:00 |
|
spinlock.h
|
将进程同步原语移动到common文件夹下
|
2022-07-31 14:17:26 +08:00 |
|
stddef.h
|
🆕 usleep()、nanosleep()
|
2022-07-12 12:01:51 +08:00 |
|
stdio.h
|
解决printk中的私有函数没有加static的问题
|
2022-07-26 17:42:04 +08:00 |
|
string.c
|
new: string.h
|
2022-08-03 15:13:01 +08:00 |
|
string.h
|
new: string.h
|
2022-08-03 15:13:01 +08:00 |
|
time.h
|
xhci控制器初始化(还存在bug,无法reset端口)
|
2022-07-21 20:43:49 +08:00 |
|
unistd.c
|
new: 内核态fork
|
2022-08-01 14:20:16 +08:00 |
|
unistd.h
|
new: 内核态fork
|
2022-08-01 14:20:16 +08:00 |
|
wait_queue.c
|
将进程同步原语移动到common文件夹下
|
2022-07-31 14:17:26 +08:00 |
|
wait_queue.h
|
将进程同步原语移动到common文件夹下
|
2022-07-31 14:17:26 +08:00 |