Home | History | Annotate | Line # | Download | only in pbsdboot
README revision 1.1
      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.1  takemura     platforms -- NEC MC-R seriase, CASIO E- seriase, 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