Ingo Molnar wrote: > there's one problem with the patch: it breaks things that need the > low 1MB executable (e.g. APM bios32 calls). It would at a minimum be > needed to exclude the BIOS area in 0xd0000-0xfffff. > > Ingo
I wrote it to make everything below 1MB executable, if it isn't RAM according to the e820 map, which should include the BIOS area. This includes 0xd0000-0xffff on my system. Do you think I should explicity make 0xd0000-0xfffff executable regardless of the e820 map? Thanks Stuart - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/