[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: VM02 Beta 1
- Subject: Re: VM02 Beta 1
- From: "Jeff Blakeney" <jeff.blakeney@a2central.com.remove-3ym-this>
- Date: Sun, 14 Sep 2008 12:54:45 -0400
- In-reply-to: <Ly%yk.212$pr6.193@flpi149.ffdc.sbc.com>
- Newsgroups: comp.sys.apple2.programmer, comp.sys.apple2
- Organization: A2Central.com
- References: <Ly%yk.212$pr6.193@flpi149.ffdc.sbc.com>
- User-agent: 40tude_Dialog/2.0.15.1
- Xref: g2news1.google.com comp.sys.apple2.programmer:865 comp.sys.apple2:3474
To: David Schmenk
Just want to point out a few typographical errors in your README:
On Sat, 13 Sep 2008 20:27:00 -0700, David Schmenk wrote:
> Running VM02:
> -------------
> VM02 is run by executing the JAVA.SYSTEM file. You must start
> JAVA.SYSTEM from
> the prefix where it exits. This is required to find the class base path
> to the
"exits" should probably be "exists".
> support classes. Parameter passing is supported if your shell
> implements it.
> If no paramter is passed in and a file named STARTUP exits, it will be
> loaded
Again, "exits" should probably be "exists"
[snip]
> Known issues:
> -------------
> Currently two know issues are exist; the StringBuilder class has
> problems that sometimes
"known" should probably be "known" and the beginning of that sentence
might work better worded this way : "Currenty two issues are known to
exist".
> cause string concatenation to freak out. I'll be looking into this
> shortly. In
> the mean time, try alternative methods (like individial print() calls to
> print
> a compound message). The Super Serial Card driver has problems with
> XON/XOFF
> flow control. It might be a problem with my USB serial dongle. I tried
> hardware flow control, which worked except charaters would get truncated
> when
"charaters" shoudl probably be "characters".
- References:
- VM02 Beta 1
- From: David Schmenk <dschmenk@YUCH.gmail.com>