NetBSD/sys/arch/hpcmips/stand/pbsdboot
uch 0a5ac26680 enable TX3922 write-back cache.
flip Telios fg/bg color.
2000-01-16 23:30:13 +00:00
..
res remove .cvsignore files; if the tree doesn't clean completely, that's a bug 2000-01-16 08:27:40 +00:00
Makefile Fix file mode of pbsdboot.exe. 1999-12-04 02:43:48 +00:00
README Fix minor typos. 1999-09-21 02:29:41 +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
layout.c Convert CR/LF -> LF. 2000-01-16 03:07:22 +00:00
main.c enable TX3922 write-back cache. 2000-01-16 23:30:13 +00:00
mips.c Convert CR/LF -> LF. 2000-01-16 03:07:22 +00:00
pbsdboot.c Convert CR/LF -> LF. 2000-01-16 03:07:22 +00:00
pbsdboot.config taking evil to the next level: config files, templates, and scripts 2000-01-12 02:33:54 +00:00
pbsdboot.dsp foist my automatically generated evil upon the world. 2000-01-12 02:46:33 +00:00
pbsdboot.h Convert CR/LF -> LF. 2000-01-16 03:07:22 +00:00
pbsdboot.rc
pbsdboot.uu Update binary for MC-R530 and SHARP Mobilon HC-4100. 2000-01-08 05:25:44 +00:00
platid.c Convert CR/LF -> LF. 2000-01-16 03:07:22 +00:00
platid_mask.c Convert CR/LF -> LF. 2000-01-16 03:07:22 +00:00
preference.c Convert CR/LF -> LF. 2000-01-16 03:07:22 +00:00
print.c Convert CR/LF -> LF. 2000-01-16 03:07:22 +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 Convert CR/LF -> LF. 2000-01-16 03:07:22 +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.