Home | History | Annotate | Line # | Download | only in pbsdboot
      1  1.1  takemura 
      2  1.1  takemura 
      3  1.1  takemura                 PocketBSD boot loader for NetBSD/hpcmips
      4  1.1  takemura 
      5  1.1  takemura                             Sun May 23 1999
      6  1.1  takemura 
      7  1.1  takemura 
      8  1.1  takemura                                      Shin Takemura<takemura (a] ca2.so-net.ne.jp>
      9  1.1  takemura                                                             PocketBSD project
     10  1.1  takemura 
     11  1.1  takemura 0. What is this? 
     12  1.1  takemura 
     13  1.1  takemura   This program load the NetBSD/hpcmips kernel and execute it.
     14  1.1  takemura 
     15  1.1  takemura   - All data on your PDA will be lost if the kernel boot successfully.
     16  1.1  takemura   - NetBSD/hpcmips kernel is ELF format binary executable.
     17  1.1  takemura   - This program supports only MIPS (especially NEC VR41X1 or VR4102 CPU)
     18  1.2  nisimura     platforms -- NEC MC-R series, CASIO E- series, Everex Freestyle and 
     19  1.1  takemura     others.
     20  1.1  takemura 
     21  1.1  takemura 1. How to use
     22  1.1  takemura 
     23  1.1  takemura   - Copy pbsdboot.exe and the kernel 'netbsd into your PDA and start
     24  1.1  takemura     pbsdboot.exe.
     25  1.1  takemura   - Select 'kernel name' and 'Frame buffer' appropriately.
     26  1.1  takemura   - Push [boot] button.
     27  1.1  takemura 
     28  1.1  takemura 2. How to compile
     29  1.1  takemura 
     30  1.1  takemura   Use Microsoft Visual C++ 5.0 and Windows CE toolkit for VC++ 5.0. It also
     31  1.1  takemura   needs Embedded toolkit for accessing raw block device to support native
     32  1.1  takemura   file system, FFS.
     33  1.1  takemura 
     34  1.1  takemura   VC++ 6.0 and toolkit 6.0 may works. But I've never tried.
     35  1.1  takemura 
     36  1.3  takemura 3. About version string
     37  1.3  takemura 
     38  1.4       jmc   If you modify this program and update pbsdboot.exe.uue, change version string
     39  1.3  takemura   which is coded in main.c appropriately.
     40  1.3  takemura 
     41  1.3  takemura   The version string is in format:
     42  1.3  takemura 
     43  1.3  takemura     Version A.B.C YYYY.MM.DD
     44  1.3  takemura 
     45  1.3  takemura   in where:
     46  1.3  takemura 
     47  1.3  takemura     A: Don't change this.
     48  1.3  takemura     B: Increment this number if you change program's behavior, fix some bugs
     49  1.3  takemura        or add new features.
     50  1.3  takemura     C: Increment this number if you change/add some parameters, constants or
     51  1.3  takemura        windows' resources
     52  1.3  takemura     YYYY.MM.DD: date
     53