fixed incorrect size of the alib_intvec structure, which misaligned the
[lugburz] / src / amiga / mem.c
index 2b82db3..d118d5a 100644 (file)
@@ -2,11 +2,15 @@
 #include "serial.h"
 #include "mem.h"
 #include "amigalib.h"
+#include "debug.h"
 
 int init_mem(void)
 {
        struct alib_memnode *mem;
 
+       printf("chip memory top: %lx\n", (unsigned long)execbase->chipmem_top);
+       printf("ext memory top: %lx\n", (unsigned long)execbase->extmem_top);
+
        printf("Memory ranges:\n");
        mem = execbase->memlist.head;
        while(mem->n_next) {