Преглед изворни кода

* Fill CPU id correctly, you dumb fuck.

tags/v0.99.beta17
Jean-Yves Lamoureux jylam пре 15 година
родитељ
комит
53e27633b9
1 измењених фајлова са 2 додато и 0 уклоњено
  1. +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];


Loading…
Откажи
Сачувај