mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-15 17:16:47 +00:00
* 实现缺页中断处理 * 完善页表拷贝逻辑 * 优化代码结构 * 完善缺页异常信息 * 修改大页映射逻辑 * 修正大页映射错误 * 添加缺页中断支持标志 * 实现用户栈自动拓展功能
24 lines
451 B
Plaintext
24 lines
451 B
Plaintext
{
|
|
"name": "NovaShell",
|
|
"version": "0.1.0",
|
|
"description": "NovaShell程序",
|
|
"task_type": {
|
|
"BuildFromSource": {
|
|
"Git": {
|
|
"url": "https://git.mirrors.dragonos.org.cn/DragonOS-Community/NovaShell.git",
|
|
"revision": "dcf45035c1"
|
|
}
|
|
}
|
|
},
|
|
"depends": [],
|
|
"build": {
|
|
"build_command": "make install"
|
|
},
|
|
"clean": {
|
|
"clean_command": "make clean"
|
|
},
|
|
"install": {
|
|
"in_dragonos_path": "/"
|
|
}
|
|
}
|