
06-25-2012, 02:19 PM
|
 |
Panther
|
|
Join Date: Oct 2010
Posts: 182
|
|
@Frisco
This bootflags donīt make sense: arch=i386_x64 and -force64
-force64 is not implementedi n this kernel and arch=i386_x64 should be arch=x86_64
arch=x86_64 should not be used with -legacy cause arch=x86_64 is 64 bit Kernelmode and -legacy is 32 bit kernel mode.
The reason why AnV used -force64 with arch=i386 is that he enabled 64 Bit Userland in 32 Bit Kernelmode.
|