FreeNOS
Namespaces | Data Structures | Typedefs
core

The CoreServer manages a single processor core on the target system. More...

Namespaces

 Core
 

Data Structures

struct  CoreMessage
 Message format for communication with the CoreServer. More...
 
class  CoreServer
 Represents a single Core in a Central Processing Unit (CPU). More...
 
class  IntelCoreServer
 Represents a single Core in a Central Processing Unit (CPU). More...
 
class  SingleCoreServer
 Implements a CoreServer for a single core only. More...
 
class  SunxiCoreServer
 Implements a CoreServer for ARM/Allwinner (sunxi) based System-on-Chips. More...
 

Typedefs

typedef CoreMessage CoreMessage
 Message format for communication with the CoreServer. More...
 

Detailed Description

The CoreServer manages a single processor core on the target system.

Typedef Documentation

◆ CoreMessage

Message format for communication with the CoreServer.

See also
CoreServer