Subject: Re: New bootloader
To: Pavel Machek <pavel@ucw.cz>
From: TAKEMURA Shin <takemura@netbsd.org>
List: port-hpcmips
Date: 09/17/2000 21:49:11
----- Original Message -----
From: "Pavel Machek" <pavel@ucw.cz>
To: "TAKEMURA Shin" <takemura@netbsd.org>; "NetBSD port-hpcmips"
<port-hpcmips@netbsd.org>
Cc: "Hamera Erik" <HAMERAE@cs.felk.cvut.cz>
Sent: Monday, September 11, 2000 6:08 PM
Subject: Re: New bootloader

> > New features are:
> >   - dialog style main window
>
> Well, having to press "preferences" in order to select "open serial"
> checkbox is not too helpfull, but I guess I should start to use config
> file by now.

To add automatic boot checkbox and text edit, you should move
some check boxies into other place (new dialog box) because the
main window is too small to contain all conponents at once.
Though your LCD screen is bigger than the main screen enough,
we designed the main window for small (320x240) screen to
support various platforms.

> BTW, status is like this:
> pbsdboot1.exe works on windows ce 2.0 on Velo 1
> pbsdboot.exe does *not* work on windows ce 2.0 on Velo 1
>
> pbsdboot1.exe does *not* work on windows ce 1.0 on Velo 1,
> "Application pbsdboot1-gz.exe has performed an ilegal operation and
> will be shut down. If problem persists, contact the program vendor.

I guess that Velo1's Windows CE is version 1.0 or 2.0 but
pbsdboot.exe compiled for Windows CE version 1.01 and 2.01.
You could compile pbsdboot.exe for Windows CE 1.0 (not 1.01)
to solve the problem...

Takemura