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)
 NGDTAbstracts the GDT that, primarily, contains descriptors to memory segments
 NIDT"Interrupt Descriptor Table (IDT)
 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
 CIOPortAbstracts access to the I/O address space
 CKeyboardApplicationKeyboard Application
 CKeyDecoderDecoder for keyboard 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
 CSerialSerial interface
 CSerialStreamConsole (VT100 compatible) via Serial interface
 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