add vorgabe04
This commit is contained in:
6
c_os/kernel/Globals.cc
Executable file → Normal file
6
c_os/kernel/Globals.cc
Executable file → Normal file
@ -14,7 +14,9 @@ CPU cpu; // CPU-spezifische Funktionen
|
||||
PCSPK pcspk; // PC-Lautsprecher
|
||||
CGA_Stream kout; // Ausgabe-Strom fuer Kernel
|
||||
Keyboard kb; // Tastatur
|
||||
IntDispatcher intdis; // Unterbrechungsverteilung
|
||||
PIC pic; // Interrupt-Controller
|
||||
unsigned int total_mem; // RAM total
|
||||
// BumpAllocator allocator;
|
||||
// LinkedListAllocator allocator;
|
||||
// BumpAllocator allocator;
|
||||
// LinkedListAllocator allocator;
|
||||
TreeAllocator allocator;
|
||||
|
||||
Reference in New Issue
Block a user