add vorgabe03 + initial bump allocator
This commit is contained in:
@ -10,7 +10,10 @@
|
||||
|
||||
#include "kernel/Globals.h"
|
||||
|
||||
CPU cpu; // CPU-spezifische Funktionen
|
||||
PCSPK pcspk; // PC-Lautsprecher
|
||||
CGA_Stream kout; // Ausgabe-Strom fuer Kernel
|
||||
Keyboard kb; // Tastatur
|
||||
CPU cpu; // CPU-spezifische Funktionen
|
||||
PCSPK pcspk; // PC-Lautsprecher
|
||||
CGA_Stream kout; // Ausgabe-Strom fuer Kernel
|
||||
Keyboard kb; // Tastatur
|
||||
unsigned int total_mem; // RAM total
|
||||
BumpAllocator allocator;
|
||||
//LinkedListAllocator allocator;
|
||||
|
||||
Reference in New Issue
Block a user