README revision 1.2
1
2
3                PocketBSD boot loader for NetBSD/hpcmips
4
5                            Sun May 23 1999
6
7
8                                     Shin Takemura<takemura@ca2.so-net.ne.jp>
9                                                            PocketBSD project
10
110. What is this? 
12
13  This program load the NetBSD/hpcmips kernel and execute it.
14
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 
19    others.
20
211. How to use
22
23  - Copy pbsdboot.exe and the kernel 'netbsd into your PDA and start
24    pbsdboot.exe.
25  - Select 'kernel name' and 'Frame buffer' appropriately.
26  - Push [boot] button.
27
282. How to compile
29
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
32  file system, FFS.
33
34  VC++ 6.0 and toolkit 6.0 may works. But I've never tried.
35
36