From 6305c74b6585cb1cfc75f1d3f64bee6ced0ac798 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Sat, 7 Dec 2019 19:59:55 -0800 Subject: [PATCH] Update issues --- doc/Version 2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Version 2.0.md b/doc/Version 2.0.md index f72d8bb..f578973 100644 --- a/doc/Version 2.0.md +++ b/doc/Version 2.0.md @@ -94,7 +94,7 @@ There is a [YouTube playlist](https://www.youtube.com/playlist?list=PLlPKgUMQbJ7 - All the modules and runtime are written mostly in PLASMA; the compiler and editor as well. This means that there may be some startup delay as the PLASMA module loader reads in the module dependencies and performs dynamic linking. But a 1 MHz, 8 bit CPU interpreting bytecodes is never going to match a modern computer. As noted earlier, an accelerator and mass storage are your (and PLASMA's) friend. -- All the project modules are included. They have been tested, with the exception of the Uthernet2 driver. I seem to have misplaced mine. If someone can try the Web Server demo in /PLASMA.DEMOS/NET and leave feedback would be very appreciated. +- All the project modules are included. They have been lightly tested. - The Apple /// may not always report errors properly or at all.