KolibriOS kernel
vortex86.inc File Reference

Variables

dd Vortex86CPUcode
 Vortex86 CPU code in HEX format (4 bytes), can be shown as string if converted to ASCII characters. More...
 
db Vortex86CPUid
 Vortex86 CPU id in integer format (1=Vortex86SX, 2=Vortex86DX, ...) More...
 
db Vortex86SoCname
 This variable will hold the full name of Vortex86 SoC. More...
 
label Vortex86SoClist
 List of Vortex86 CPUs known today. Add new record to this list when new CPU becomes available. More...
 

Variable Documentation

◆ Vortex86CPUcode

dd Vortex86CPUcode

Vortex86 CPU code in HEX format (4 bytes), can be shown as string if converted to ASCII characters.

Initial value
?
Source
detect/vortex86.inc:29

◆ Vortex86CPUid

db Vortex86CPUid

Vortex86 CPU id in integer format (1=Vortex86SX, 2=Vortex86DX, ...)

Initial value
0
Source
detect/vortex86.inc:30

◆ Vortex86SoClist

label Vortex86SoClist

List of Vortex86 CPUs known today. Add new record to this list when new CPU becomes available.

Source
detect/vortex86.inc:32

◆ Vortex86SoCname

db Vortex86SoCname

This variable will hold the full name of Vortex86 SoC.

Initial value
'Vortex86 ',0
Source
detect/vortex86.inc:31