Name Date Size #Lines LOC

..08-May-2022-

res/H08-May-2022-285244

MakefileH A D08-May-2022541 1611

READMEH A D08-May-20221.5 KiB5333

Resource.hH A D08-May-2022438 1810

disptest.cH A D08-May-202214.9 KiB626516

elf.cH A D08-May-202210.4 KiB362276

hpccmap.cH A D08-May-202241 21

layout.cH A D08-May-20226.5 KiB241142

main.cH A D08-May-202236.5 KiB1,3741,082

mips.cH A D08-May-20223.4 KiB11138

palette.cH A D08-May-20225.6 KiB208142

pbsdboot.cH A D08-May-20223.6 KiB11058

pbsdboot.configH A D08-May-2022687 5043

pbsdboot.dspH A D08-May-20226.3 KiB184153

pbsdboot.exe.uueH A D08-May-2022236.3 KiB

pbsdboot.hH A D08-May-20225.1 KiB20995

pbsdboot.rcH A D08-May-20229.2 KiB323279

pbsdboot1.exe.uueH A D08-May-2022257 KiB

platid.cH A D08-May-202257 42

platid_mask.cH A D08-May-202242 21

platid_name.cH A D08-May-202242 21

preference.cH A D08-May-202216.7 KiB708543

print.cH A D08-May-20224.4 KiB15893

systeminfo.cH A D08-May-20223.5 KiB13597

tx39xx.cH A D08-May-20226.6 KiB279137

vmem.cH A D08-May-202210.7 KiB406288

vr41xx.cH A D08-May-20225.4 KiB234106

README

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
363. About version string
37
38  If you modify this program and update pbsdboot.exe.uue, change version string
39  which is coded in main.c appropriately.
40
41  The version string is in format:
42
43    Version A.B.C YYYY.MM.DD
44
45  in where:
46
47    A: Don't change this.
48    B: Increment this number if you change program's behavior, fix some bugs
49       or add new features.
50    C: Increment this number if you change/add some parameters, constants or
51       windows' resources
52    YYYY.MM.DD: date
53