MFC 1.25: O_CREAT was being allowed to leak through a read-only NFS export.
[dragonfly.git] / README.amd64
blob248e3606b8058125152eb6774f767e9c704e83d6
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
8 make buildworld
9 make -k buildkernel KERNCONF=AMD64_GENERIC 
11 you will see errors in the kernel build; to hack, redirect the buildkernel to 
12 a file and check it out! 
14 The most recent work is on http://repo.or.cz/w/dragonfly/port-amd64.git