Index of /archives/NetBSD/NetBSD-release-10/src/sys/arch/hpcmips/stand/pbsdboot
Name Last modified Size Description
Parent Directory -
CVS/ 2022-12-18 05:36 -
Makefile 2005-12-11 21:17 541
README 2004-03-19 17:07 1.5K
Resource.h 1999-09-16 21:23 438
disptest.c 2009-03-18 19:22 15K
elf.c 2007-03-06 06:05 10K
hpccmap.c 2001-02-25 21:58 41
layout.c 2000-01-16 12:07 6.5K
main.c 2017-08-01 20:56 36K
mips.c 2007-03-04 14:59 3.4K
palette.c 2001-02-25 21:58 5.6K
pbsdboot.c 2007-03-06 06:05 3.6K
pbsdboot.config 2001-04-15 19:10 687
pbsdboot.dsp 2001-04-15 19:10 6.3K
pbsdboot.exe.uue 2004-03-19 17:07 236K
pbsdboot.h 2009-03-14 23:45 5.1K
pbsdboot.rc 1999-09-16 21:23 9.2K
pbsdboot1.exe.uue 2004-03-19 17:07 257K
platid.c 2001-01-28 11:52 57
platid_mask.c 2001-02-25 21:58 42
platid_name.c 2001-02-25 21:58 42
preference.c 2000-08-30 00:10 17K
print.c 2009-03-18 19:22 4.4K
res/ 2022-12-18 05:35 -
systeminfo.c 2000-01-16 12:07 3.5K
tx39xx.c 2009-03-15 06:04 6.6K
vmem.c 2009-03-18 19:22 11K
vr41xx.c 2009-03-14 23:46 5.4K
PocketBSD boot loader for NetBSD/hpcmips
Sun May 23 1999
Shin Takemura<takemura@ca2.so-net.ne.jp>
PocketBSD project
0. What is this?
This program load the NetBSD/hpcmips kernel and execute it.
- All data on your PDA will be lost if the kernel boot successfully.
- NetBSD/hpcmips kernel is ELF format binary executable.
- This program supports only MIPS (especially NEC VR41X1 or VR4102 CPU)
platforms -- NEC MC-R series, CASIO E- series, Everex Freestyle and
others.
1. How to use
- Copy pbsdboot.exe and the kernel 'netbsd into your PDA and start
pbsdboot.exe.
- Select 'kernel name' and 'Frame buffer' appropriately.
- Push [boot] button.
2. How to compile
Use Microsoft Visual C++ 5.0 and Windows CE toolkit for VC++ 5.0. It also
needs Embedded toolkit for accessing raw block device to support native
file system, FFS.
VC++ 6.0 and toolkit 6.0 may works. But I've never tried.
3. About version string
If you modify this program and update pbsdboot.exe.uue, change version string
which is coded in main.c appropriately.
The version string is in format:
Version A.B.C YYYY.MM.DD
in where:
A: Don't change this.
B: Increment this number if you change program's behavior, fix some bugs
or add new features.
C: Increment this number if you change/add some parameters, constants or
windows' resources
YYYY.MM.DD: date