11.1Stakemura
21.1Stakemura
31.1Stakemura                PocketBSD boot loader for NetBSD/hpcmips
41.1Stakemura
51.1Stakemura                            Sun May 23 1999
61.1Stakemura
71.1Stakemura
81.1Stakemura                                     Shin Takemura<takemura@ca2.so-net.ne.jp>
91.1Stakemura                                                            PocketBSD project
101.1Stakemura
111.1Stakemura0. What is this? 
121.1Stakemura
131.1Stakemura  This program load the NetBSD/hpcmips kernel and execute it.
141.1Stakemura
151.1Stakemura  - All data on your PDA will be lost if the kernel boot successfully.
161.1Stakemura  - NetBSD/hpcmips kernel is ELF format binary executable.
171.1Stakemura  - This program supports only MIPS (especially NEC VR41X1 or VR4102 CPU)
181.2Snisimura    platforms -- NEC MC-R series, CASIO E- series, Everex Freestyle and 
191.1Stakemura    others.
201.1Stakemura
211.1Stakemura1. How to use
221.1Stakemura
231.1Stakemura  - Copy pbsdboot.exe and the kernel 'netbsd into your PDA and start
241.1Stakemura    pbsdboot.exe.
251.1Stakemura  - Select 'kernel name' and 'Frame buffer' appropriately.
261.1Stakemura  - Push [boot] button.
271.1Stakemura
281.1Stakemura2. How to compile
291.1Stakemura
301.1Stakemura  Use Microsoft Visual C++ 5.0 and Windows CE toolkit for VC++ 5.0. It also
311.1Stakemura  needs Embedded toolkit for accessing raw block device to support native
321.1Stakemura  file system, FFS.
331.1Stakemura
341.1Stakemura  VC++ 6.0 and toolkit 6.0 may works. But I've never tried.
351.1Stakemura
361.3Stakemura3. About version string
371.3Stakemura
381.4Sjmc  If you modify this program and update pbsdboot.exe.uue, change version string
391.3Stakemura  which is coded in main.c appropriately.
401.3Stakemura
411.3Stakemura  The version string is in format:
421.3Stakemura
431.3Stakemura    Version A.B.C YYYY.MM.DD
441.3Stakemura
451.3Stakemura  in where:
461.3Stakemura
471.3Stakemura    A: Don't change this.
481.3Stakemura    B: Increment this number if you change program's behavior, fix some bugs
491.3Stakemura       or add new features.
501.3Stakemura    C: Increment this number if you change/add some parameters, constants or
511.3Stakemura       windows' resources
521.3Stakemura    YYYY.MM.DD: date
53