Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!aplcen!haven!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: Porting Minx ST v 1.1 to 68020 Message-ID: <11759@nigel.udel.EDU> Date: 21 Feb 90 10:28:05 GMT Sender: mmdf@udel.EDU Lines: 11 68020 port question: There are two fine points you should not miss: - in ST 1.1 Version, MM reads the total memory size (file main.c, get_tot_mem, from absolute address 0x496. Change this to a reasonable value for your system or use ST 1.5.0 - MM assumes that the memory begins at address 0x0 when initializing the hole table. Change this if appropriate. /Christoph van Wuellen. P.S. If you have enough memory, increase NR_BUFS in fs/const.h