3 PocketBSD boot loader for NetBSD/hpcmips
8 Shin Takemura<takemura@ca2.so-net.ne.jp>
13 This program load the NetBSD/hpcmips kernel and execute it.
15 - All data on your PDA will be lost if the kernel boot successfully.
16 - NetBSD/hpcmips kernel is ELF format binary executable.
17 - This program supports only MIPS (especially NEC VR41X1 or VR4102 CPU)
18 platforms -- NEC MC-R series, CASIO E- series, Everex Freestyle and
23 - Copy pbsdboot.exe and the kernel 'netbsd into your PDA and start
25 - Select 'kernel name' and 'Frame buffer' appropriately.
30 Use Microsoft Visual C++ 5.0 and Windows CE toolkit for VC++ 5.0. It also
31 needs Embedded toolkit for accessing raw block device to support native
34 VC++ 6.0 and toolkit 6.0 may works. But I've never tried.
36 3. About version string
38 If you modify this program and update pbsdboot.exe.uue, change version string
39 which is coded in main.c appropriately.
41 The version string is in format:
43 Version A.B.C YYYY.MM.DD
48 B: Increment this number if you change program's behavior, fix some bugs
50 C: Increment this number if you change/add some parameters, constants or