amd64 port: mainly on the pmap headers, identify_cpu and initcpu
[dragonfly/port-amd64.git] / README.amd64
blob1ad8e5e5cedac8b7368e0df45fcedd75e08e0612
1 $DragonFly: src/README.amd64,v 1.1 2007/09/23 04:44:41 yanyh Exp $
3 To build AMD64 port: 
5 export TARGET_ARCH=amd64
6 export TARGET_PLATFORM=pc64
7 export NO_MKBOOT=true
9 make buildworld
10 make -k buildkernel KERNCONF=AMD64_GENERIC 
12 you will see errors in the kernel build; to hack, redirect the buildkernel to 
13 a file and check it out! 
15 The most recent work is on http://repo.or.cz/w/dragonfly/port-amd64.git