Bigger initial heap, remove debug from kmain().

alentours-dev
q3k 2013-02-03 15:52:18 +01:00
parent ffff4729ae
commit 0f0380a0e3
2 changed files with 2 additions and 3 deletions

View File

@ -6,8 +6,8 @@
#define HEAP_HEADER_MAGIC 0x8A4DF92ED6EAB782
#define HEAP_FOOTER_MAGIC 0x9AFE352B73FE48AB
#define HEAP_INITIAL_SIZE 0x00010000
#define HEAP_MIN_SIZE 0x00010000
#define HEAP_INITIAL_SIZE 0x01000000
#define HEAP_MIN_SIZE 0x01000000
#define HEAP_INDEX_SIZE 0x00002000

View File

@ -92,7 +92,6 @@ void kmain_newstack(void)
exceptions_init_simple();
apic_enable_lapic();
heap_init_simple();
kprintf("%x\n", kmalloc(1337));
for (;;) {}
// enable FPU/SSE...
__asm__ volatile(