K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2009-10-09T03:02:30.911051Z K 7 svn:log V 363 Do not map the trap vectors into the kernel's address space. They are only used in real mode (with the exception of the reset vector, which does not work anyway in conjunction with 64-bit systems, even in bridge mode) and keeping them mapped only serves to make NULL a valid address. This results in silent NULL pointer deferences. Suggested by: Patrick Kerharo END