This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Fill CPU id correctly, you dumb fuck.
tags/v0.99.beta17
Jean-Yves Lamoureux
jylam
15 years ago
parent
b9fc0d3599
commit
53e27633b9
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
kernel/drivers/processor.c
+ 2
- 0
kernel/drivers/processor.c
View File
@@ -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…
Cancel
Save