From: Roman Z. <zi...@fh...> - 2000-09-13 22:46:49
|
Hi, I know now why debug=mem wasn't working. It calls amiga_chip_alloc(), which calls request_mem_region(), what doesn't work yet at that time yet. I had the same problem for amiga_init_sound(), that I could easily delay, but for debugging output we need that memory as early as possible. Right now I simply don't call request_mem_region() when mem_init_done isn't true yet, but somehow I don't like this. Anyone any better idea? Anyway, debug=mem is now usable again... bye, Roman |