NetBSD/sys/arch/hpc/stand
nonaka c66a1ac524 Don't check DISK_INFO_FLAG_CHS_UNCERTAIN.
Because DISK_INFO of SD on windows mobile 5 is reported it.
2011-06-23 11:38:24 +00:00
..
binary
compile
dspgen Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
hpcboot Added Psion Teklogix NETBOOK PRO entry. 2011-05-18 12:11:46 +00:00
include 1. MB_LEN_MAX switch MD to MI. 2010-06-07 13:52:28 +00:00
libsa Don't check DISK_INFO_FLAG_CHS_UNCERTAIN. 2011-06-23 11:38:24 +00:00
libz Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
Makefile Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
README

$NetBSD: README,v 1.6 2008/02/26 21:46:38 rafal Exp $

How to use
	'make all' uudecode all binaries.
	hpcboot.exe were compiled for H/PC Pro 2.11 by eMbedded Visual C++ 3.0 
	executable are located in
		binary/ARM/hpcboot.exe
		binary/MIPS/hpcboot.exe *
		binary/SH3/hpcboot.exe
		binary/SH4/hpcboot.exe
	* for MIPS, use pbsdboot.exe (sys/arch/hpcmips/stand/pbsdboot)

How to compile

	1. Generate work space and project files.
		make vc5	# WindowsCE Embedded Toolkit for Visual C++ 5.0
		make vc6	# WindowsCE Toolkit for Visual C++ 6.0
		make evc3	# eMbedded Visual C++ 3.0
		make evc4	# eMbedded Visual C++ 4.0 (only tested for
				# ARM, not promoted to binary directory).

	2. Open hpc_stand.dsw or hpc_stand.vcw from Visual Studio.

How to commit (for developers)
	"make install" copies hpcboot.exe to binary/ directory from compile/
	directory.
	"make uuencode" uuencode binary/*/hpcboot.exe and
	increment build number. (this number is used for next build.)
	commit uuencoded binary and binary/build_number.h.