本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
cacalabs
/
libcaca
镜像来自
https://github.com/cacalabs/libcaca.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
7
Wiki
活動
瀏覽代碼
* Fill CPU id correctly, you dumb fuck.
tags/v0.99.beta17
Jean-Yves Lamoureux
jylam
15 年之前
父節點
b9fc0d3599
當前提交
53e27633b9
共有
1 個檔案被更改
,包括
2 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
kernel/drivers/processor.c
+ 2
- 0
kernel/drivers/processor.c
查看文件
@@ -13,6 +13,8 @@
int processor_get_info(struct processor_info *processor_info)
{
processor_info->id = 0;
/* Vendor String */
int code = CPUID_GETVENDORSTRING;
unsigned int where[5];
Write
Preview
Loading…
取消
儲存