mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🐛 修复了无法切换进程、无法进行浮点运算的bug(将main.c中的init函数名进行修改)
This commit is contained in:
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@ -7,6 +7,12 @@
|
||||
"font.h": "c",
|
||||
"trap.h": "c",
|
||||
"gate.h": "c",
|
||||
"process.h": "c"
|
||||
"process.h": "c",
|
||||
"cpu.h": "c",
|
||||
"mm.h": "c",
|
||||
"glib.h": "c",
|
||||
"asm.h": "c",
|
||||
"memory.h": "c",
|
||||
"irq.h": "c"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user