douglasawh wrote: > Martin Gregorie wrote: >> On Mon, 2010-01-04 at 00:12 -0600, billsmith wrote: >> >>> error: err:dosmem:DOSMEM_MapDosLayout Need full access to the first >>> megabyte for DOS mode >>> >>> >> The line: >> >> vm.mmap_min_addr = 0 >> >> goes in /etc/sysctl.conf for Fedora, where its read during a boot. >> >> >> Martin > > > You guys have two different things. Is it > > > vm.mmap_min_addr = 0 > > or > > > vm.mmap_min_addr=0 ? Does it matter?