DragonOS/user/apps
LoGin 70a4e5550a
使用rust重写了apic的驱动 (#425)
* 使用rust重写了apic的驱动。

* 修正signal和调度器的部分加锁逻辑,增加回退策略。

* 把pcb的flags字段替换为无锁的

* 使用cargo管理apic的编译

* 删除makefile中指定PIC的变量

---------

Co-authored-by: Gou Ngai <ymd7823@outlook.com>
Co-authored-by: 櫻井桃華 <89176634+TihayaKousaka@users.noreply.github.com>
2023-11-07 20:32:06 +08:00
..
about Patch pipe2 (#364) 2023-09-13 00:58:01 +08:00
http_server 解决relibc的头文件没能识别__dragonos__定义的问题 (#315) 2023-08-02 18:11:05 +08:00
shell 使用rust重写了apic的驱动 (#425) 2023-11-07 20:32:06 +08:00
test_bind 解决relibc的头文件没能识别__dragonos__定义的问题 (#315) 2023-08-02 18:11:05 +08:00
test_fstat 实现系统调用Fstat (#295) 2023-08-05 18:52:46 +08:00
test_gettimeofday 解决relibc的头文件没能识别__dragonos__定义的问题 (#315) 2023-08-02 18:11:05 +08:00
test_kvm DragonOS虚拟化 (#389) 2023-10-24 14:31:56 +08:00
test_mkfifo 命名管道系统调用以及文件系统兼容特殊文件类型的接口 (#397) 2023-10-09 00:28:08 +08:00
test_relibc 解决relibc的头文件没能识别__dragonos__定义的问题 (#315) 2023-08-02 18:11:05 +08:00
test_signal Signal refactor (#402) 2023-10-24 12:02:20 +08:00
test_sqlite3 移植sqlite3,并修复一些bug (#323) 2023-08-08 23:39:22 +08:00
test_uart Signal refactor (#402) 2023-10-24 12:02:20 +08:00
Makefile DragonOS虚拟化 (#389) 2023-10-24 14:31:56 +08:00