Make XPT_SCSI_IO path quiet again.
[dragonfly.git] / README.amd64
... / ...
CommitLineData
1$DragonFly: src/README.amd64,v 1.1 2007/09/23 04:44:41 yanyh Exp $
2
3To build AMD64 port:
4
5export TARGET_ARCH=amd64
6export TARGET_PLATFORM=pc64
7
8make buildworld
9make -k buildkernel KERNCONF=AMD64_GENERIC
10
11you will see errors in the kernel build; to hack, redirect the buildkernel to
12a file and check it out!
13
14The most recent work is on http://repo.or.cz/w/dragonfly/port-amd64.git