NetBSD/sys/arch/hpcmips/stand/pbsdboot
takemura 1a710b9899 Bugfix and a little improvement for trouble shooting.
- BUGFIX: pbsdboot1 ignores Yes for 'Are you sure ?' dialog box.
  - display status which indicate how much loading sequence progress.
  - add debugging log function.
2000-06-04 04:30:48 +00:00
..
res Make 'Boot' button to be default push button. 2000-04-14 14:42:29 +00:00
Makefile Bugfix and a little improvement for trouble shooting. 2000-06-04 04:30:48 +00:00
README Add a menu item for MC-R430. 2000-01-22 11:03:16 +00:00
Resource.h
disptest.c Convert CR/LF -> LF. 2000-01-16 03:07:22 +00:00
elf.c Convert CR/LF -> LF. 2000-01-16 03:07:22 +00:00
hpccmap.c Change color map and share color map data with kernel part. 2000-03-20 10:47:33 +00:00
layout.c Convert CR/LF -> LF. 2000-01-16 03:07:22 +00:00
main.c Bugfix and a little improvement for trouble shooting. 2000-06-04 04:30:48 +00:00
mips.c Convert CR/LF -> LF. 2000-01-16 03:07:22 +00:00
palette.c Change color map and share color map data with kernel part. 2000-03-20 10:47:33 +00:00
pbsdboot.c Bugfix and a little improvement for trouble shooting. 2000-06-04 04:30:48 +00:00
pbsdboot.config Change color map and share color map data with kernel part. 2000-03-20 10:47:33 +00:00
pbsdboot.dsp Change color map and share color map data with kernel part. 2000-03-20 10:47:33 +00:00
pbsdboot.h Bugfix and a little improvement for trouble shooting. 2000-06-04 04:30:48 +00:00
pbsdboot.rc
pbsdboot.uu Bugfix and a little improvement for trouble shooting. 2000-06-04 04:30:48 +00:00
pbsdboot1.uu Bugfix and a little improvement for trouble shooting. 2000-06-04 04:30:48 +00:00
platid.c nuke inclusion of compat.h 2000-02-03 03:20:03 +00:00
platid_mask.c nuke inclusion of compat.h 2000-02-03 03:20:03 +00:00
platid_name.c Add platid_name() which retrieves the platform name. 2000-02-06 08:47:03 +00:00
preference.c - Pbsdboot.exe is compiled for WindowsCE 2.00. 2000-03-19 11:10:57 +00:00
print.c Bugfix and a little improvement for trouble shooting. 2000-06-04 04:30:48 +00:00
systeminfo.c Convert CR/LF -> LF. 2000-01-16 03:07:22 +00:00
tx39xx.c enable TX3922 write-back cache. 2000-01-16 23:30:13 +00:00
vmem.c Bugfix and a little improvement for trouble shooting. 2000-06-04 04:30:48 +00:00
vr41xx.c RCS Id. 2000-01-16 11:14:49 +00:00

README


                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.uu, 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