1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00

Merge branch 'cpu&memory' into master

This commit is contained in:
Adrien Bourmault 2019-03-11 19:22:23 +01:00 committed by GitHub
commit eb29cd224f

View File

@ -64,4 +64,11 @@ tritemporize:
; ---------------------------------------------------------------------------- ;
; Returns the CPU Vendor String.pointer in eax ;
; ---------------------------------------------------------------------------- ;
cpu_vendor
cpu_vendor:
;; Calling the competent authorities
mov eax, 0
cpuid
ret
.string db " "