소스 검색

* Fill CPU id correctly, you dumb fuck.

tags/v0.99.beta17
Jean-Yves Lamoureux jylam 16 년 전
부모
커밋
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];


불러오는 중...
취소
저장