5 lines
81 B
C++
5 lines
81 B
C++
struc machinfo
|
|
.has_cpuid: resb 1
|
|
.has_pse: resb 1
|
|
.has_pae: resb 1
|
|
endstruc
|