▼CAbstractGraphicsPrinter | Abstraction of basic graphics printing functions |
CGraphicsPrinter< COLORDEPTH, OFFSET_RED, OFFSET_GREEN, OFFSET_BLUE, BITS_RED, BITS_GREEN, BITS_BLUE > | Actual implementation of basic graphics printing functions |
CBBuffer< T, CAP > | The class BBuffer implements a bounded buffer, that is a circular buffer with a fixed capacity |
CBBuffer< char, 16 > | |
CBBuffer< char, 64 > | |
CBBuffer< Key, 16 > | |
CBBuffer< Key, 64 > | |
CBellringer | Manages and activates time-triggered activities |
CBlock | |
▼CBlockDevice | |
CBufferdisk | |
CHarddisk | Simpler ATA Treiber, der 28bit Adressierung und polling über IOPorts verwendet |
CRamdisk | |
CAllocator::Buddy< MIN_ALLOC_LOG2, MAX_ALLOC_LOG2, BLOCK_SIZE, RESERVE > | Buddy Allocator Template |
CCat | |
CClockFace | |
CHPET::Comparator | Class abstracting a single HPET comparator |
CCore::CR< id > | Access to the Control Register |
CDemon | |
▼CDir_Context | |
CReaddir_Context | |
▼CDispatcher | The dispatcher dispatches threads and, by that, puts the scheduler's decisions into action |
►CScheduler | The scheduler plans the threads' execution order and, from this, selects the next thread to be running |
CGuardedScheduler | Guarded interface to the Scheduler used by user applications |
CFD_Table | |
CFile | |
▼CFilesystem | |
CMinix | |
▼CFileSystemInterface | |
CFileSystemHost | |
CFileSystemImage | |
CFont | Monospaced fonts |
▼CFramebuffer< COLORDEPTH, OFFSET_RED, OFFSET_GREEN, OFFSET_BLUE, BITS_RED, BITS_GREEN, BITS_BLUE > | Implementation of primitive operations on a memory area used as framebuffer |
CGraphicsPrinter< COLORDEPTH, OFFSET_RED, OFFSET_GREEN, OFFSET_BLUE, BITS_RED, BITS_GREEN, BITS_BLUE > | Actual implementation of basic graphics printing functions |
CGlobal< T > | Handy interface for OS global variables Example usage: |
▼CGraphics | Driver managing the video mode and synchronizing its buffer with the graphics printer |
CGuardedGraphics | Guarded interface to Graphics used by user applications |
CGuarded | A handy interface to protect critical sections |
CHarddiskPorts | |
CImageFile | |
▼CInode | |
CMinixInode | |
CInode_Cache | |
CIOPort | Abstracts access to the I/O address space |
CQueue< T, ContainerType >::Iterator | A Queue Iterator |
CKeyDecoder | Decoder for keyboard codes received from the PS2Controller |
CMultiboot::Memory | Memory Map |
CMultiboot::Module | Boot Module (also known as initrd = initial Ramdisk) |
CMouseCursor | |
CMouseDecoder | Decoder for mouse codes received from the PS2Controller |
CCore::MSR< id > | Access to the Model-Specific Register (MSR) |
▼CQueue< T, ContainerType >::Node | Base class Node for all queueable classes |
►CBell | Synchronization object allowing to sleep for given timespan |
CGuardedBell | Guarded interface to Bell objects used by user applications |
►CGate | Class of objects that are capable of handling interrupts |
CAssassin | Handling for the "killer"-IPI, that is a message indicating that a thread should be terminated |
CClock | The Clock implements the device for the real time clock, providing an interface to retrieve the current date/time |
►CKeyboard | Handles keystrokes |
CGuardedKeyboard | Syscall interface for keyboard |
CMouse | Handles mouse movements and clicks |
CPanic | Default handler for (unconfigured) interrupt events |
CSerialStream | Console (VT100 compatible) via Serial interface |
CTicker | The Ticker device demonstrates HPET interrupts |
CWakeUp | Interrupt handling used for waking sleeping cores |
CWatch | The Watch device deals with timer interrupts |
►CThread | The is an object used by the scheduler |
CApplication | Test application |
CFPS | |
CFire | |
CFireExample | |
CGraphicsExample | |
CIdleThread | Thread that is executed when there is nothing to do for this core |
CKeyboardApplication | Keyboard Application |
CPC | |
CNullStream | Ignore all data passed by the stream operator |
CPerCore< T > | Handy interface for core local variables Example usage: |
CPerCore< bool > | |
CPerCore< IdleThread > | |
CPerCore< Thread * > | |
CFramebuffer< COLORDEPTH, OFFSET_RED, OFFSET_GREEN, OFFSET_BLUE, BITS_RED, BITS_GREEN, BITS_BLUE >::PixelComponent< OFFSET, SIZE > | Pixel component |
CFramebuffer< COLORDEPTH, OFFSET_RED, OFFSET_GREEN, OFFSET_BLUE, BITS_RED, BITS_GREEN, BITS_BLUE >::PixelComponent< OFFSET_BLUE, BITS_BLUE > | |
CFramebuffer< COLORDEPTH, OFFSET_RED, OFFSET_GREEN, OFFSET_BLUE, BITS_RED, BITS_GREEN, BITS_BLUE >::PixelComponent< OFFSET_GREEN, BITS_GREEN > | |
CFramebuffer< COLORDEPTH, OFFSET_RED, OFFSET_GREEN, OFFSET_BLUE, BITS_RED, BITS_GREEN, BITS_BLUE >::PixelComponent< OFFSET_RED, BITS_RED > | |
CPNG | Portable Network Graphics file format |
CPong | |
▼CQueue< T, ContainerType > | This class implements a simple, singly-linked list of objects implementing the base class Queue::Node |
►CWaitingroom | List of threads waiting for an event |
CBell | Synchronization object allowing to sleep for given timespan |
►CSemaphore | Semaphore used for synchronization of threads |
CGuardedSemaphore | Guarded interface to Semaphore objects used by user applications |
CQueue< Bell > | |
CQueue< Thread > | |
CRandom | |
▼CRTC | Real Time Clock |
CClock | The Clock implements the device for the real time clock, providing an interface to retrieve the current date/time |
▼CSerial | Serial interface |
CGDB_Stub | Remote stub for GNU Debugger (GDB) |
CSerialStream | Console (VT100 compatible) via Serial interface |
CSpinlock | By the use of Spinlocks, it is possible to serialize blocks of code that might run parallel on multiple CPU cores |
CSpritePixel< RGB, false, 8 > | |
CState | Structure for the core state after a trap |
▼CStringbuffer | The class Stringbuffer composes single characters into a longer text that can be processed on block |
►COutputStream | The class OutputStream corresponds, essentially, to the class ostream from the C++ IO-Stream library |
CConsoleOut | Write text on console (STDOUT ) |
CCopyStream | Duplicate all data passed by the stream operator to two output streams |
CFileOut | Write text into file |
CGraphicsStream | Output text (form different data type sources) on screen in graphic mode (similar to TextStream) |
CSerialStream | Console (VT100 compatible) via Serial interface |
CTextStream | Output text (form different data type sources) on screen in text mode |
▼CTextMode | Basic operations in the VGA-compatible text mode |
►CTextWindow | Virtual windows in text mode |
CTextStream | Output text (form different data type sources) on screen in text mode |
▼CTitle | |
CFileTitle | |
CTextTitle | |
▼CVFS | Virtual File System - POSIX-ähnliche Dateisystem-Schnittstelle |
CGuardedVFS | Guarded interface to the VFS used by user applications |