StuBS
Class List
Here are the classes with brief descriptions:
[detail level 12]
 NACPIAbstracts the ACPI standard that provides interfaces for hardware detection, device configuration, and energy management
 NMADS
 NCoreImplements an abstraction for CPU internals
 CCRAccess to the Control Register
 CMSRAccess to the Model-Specific Register (MSR)
 NFPUFor the sake of simplicity we call it just FPU, although this is for MMX and SSE as well
 NGDTAbstracts the GDT that, primarily, contains descriptors to memory segments
 NIDT"Interrupt Descriptor Table (IDT)
 NIOAPICAbstraction of the I/O APIC that is used for management of external interrupts
 NLAPICAbstracts the local APIC (which is integrated into every CPU core)
 NIPIInter-Processor Interrupts
 NTimerLocal Timer (for each LAPIC / CPU)
 NMultibootInterface for Multiboot
 NPITAbstraction of the historical Programmable Interval Timer (PIT)
 CApplicationTest application
 CConsoleOutWrite text on console (STDOUT)
 CCopyStreamDuplicate all data passed by the stream operator to two output streams
 CFileOutWrite text into file
 CGateClass of objects that are capable of handling interrupts
 CGDB_StubRemote stub for GNU Debugger (GDB)
 CGlobalHandy interface for OS global variables Example usage:
 CIOPortAbstracts access to the I/O address space
 CKeyboardHandles keystrokes
 CKeyboardApplicationKeyboard Application
 CKeyDecoderDecoder for keyboard codes received from the PS2Controller
 CMouseHandles mouse movements and clicks
 CMouseDecoderDecoder for mouse codes received from the PS2Controller
 CNullStreamIgnore all data passed by the stream operator
 COutputStreamThe class OutputStream corresponds, essentially, to the class ostream from the C++ IO-Stream library
 CPanicDefault handler for (unconfigured) interrupt events
 CPerCoreHandy interface for core local variables Example usage:
 CQueueThis class implements a simple, singly-linked list of objects implementing the base class Queue::Node
 CIteratorA Queue Iterator
 CNodeBase class Node for all queueable classes
 CSerialSerial interface
 CSerialStreamConsole (VT100 compatible) via Serial interface
 CSpinlockBy the use of Spinlocks, it is possible to serialize blocks of code that might run parallel on multiple CPU cores
 CStateStructure for the core state after a trap
 CStringbufferThe class Stringbuffer composes single characters into a longer text that can be processed on block
 CTextModeBasic operations in the VGA-compatible text mode
 CTextStreamOutput text (form different data type sources) on screen in text mode
 CTextWindowVirtual windows in text mode