Merge branch 'cpu&memory' into master
This commit is contained in:
commit
eb29cd224f
|
@ -64,4 +64,11 @@ tritemporize:
|
||||||
; ---------------------------------------------------------------------------- ;
|
; ---------------------------------------------------------------------------- ;
|
||||||
; Returns the CPU Vendor String.pointer in eax ;
|
; Returns the CPU Vendor String.pointer in eax ;
|
||||||
; ---------------------------------------------------------------------------- ;
|
; ---------------------------------------------------------------------------- ;
|
||||||
cpu_vendor
|
cpu_vendor:
|
||||||
|
|
||||||
|
;; Calling the competent authorities
|
||||||
|
mov eax, 0
|
||||||
|
cpuid
|
||||||
|
|
||||||
|
ret
|
||||||
|
.string db " "
|
||||||
|
|
Loading…
Reference in New Issue