started memory allocator, allocated final stack, added move_init_stack
[lugburz] / src / amiga / amigalib.c
index 0ef32c7..eed7149 100644 (file)
@@ -4,9 +4,7 @@
 int alib_init(void)
 {
        execbase = *(void**)4;
-
        printf("execbase: %lx\n", (unsigned int)execbase);
-       printf("memlist: %lx\n", (unsigned int)&execbase->memlist);
 
        return 0;
 }