mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-20 05:56:32 +00:00
添加rust重构版本的HPET驱动和tsc驱动,并使用HPET校准tsc频率和cpu总线频率 (#412)
* 添加rust重构版本的HPET驱动和tsc驱动,并使用HPET校准tsc频率和cpu总线频率 * 把hpet.c移动到arch文件夹下
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -172,7 +172,8 @@
|
||||
"cmd_test.h": "c",
|
||||
"cmpxchg.h": "c",
|
||||
"mman.h": "c",
|
||||
"clocksource.h": "c"
|
||||
"clocksource.h": "c",
|
||||
"ata.h": "c"
|
||||
},
|
||||
"C_Cpp.errorSquiggles": "enabled",
|
||||
"esbonio.sphinx.confDir": "",
|
||||
|
Reference in New Issue
Block a user