重构内存分配器、增加中断支持、整理rust运行时环境 #4

Merged
pointer-to-bios merged 39 commits from downstream into main 2024-04-11 00:36:14 +08:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 38d65b4d70 - Show all commits

View File

@ -24,6 +24,8 @@ extern void *system_calls_table[256];
* r14 - 7
* r15 - 8
*
* - rax
*
* 使
*/