From df77781c177913ac86669daecd56baac65ed1c4e Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Sat, 7 Dec 2019 19:56:14 -0800 Subject: [PATCH] Automatic configuration --- doc/Version 2.0.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Version 2.0.md b/doc/Version 2.0.md index 96a1a10..f72d8bb 100644 --- a/doc/Version 2.0.md +++ b/doc/Version 2.0.md @@ -34,7 +34,7 @@ To boot directly into PLASMA, you will need to put the system files in the root #### 65802/65816 Support -PLASMA can utilize the 16 bit features of the 65802 and 65816 processors to improve performance of the PLASMA VM operation. This is transparent to the programmer/user and doesn't make any additional memory or capabilities available to PLASMA. Launch `PLASMA16.SYSTEM` to use the 16 bit PLASMA VM. If you don't have the right CPU, it will print a message and restart. +PLASMA can utilize the 16 bit features of the 65802 and 65816 processors to improve performance of the PLASMA VM operation. This is transparent to the programmer/user and doesn't make any additional memory or capabilities available to PLASMA. PLASMA will automatically run the most optimal VM for your configuration. ## Apple /// @@ -106,6 +106,8 @@ There is a [YouTube playlist](https://www.youtube.com/playlist?list=PLlPKgUMQbJ7 2. Just-In-Time Compiler for native code performance (6502 and 65816) for frequently called routines +3. Automatically identify and run most opimal VM for configuration + # Changes in PLASMA for 1.2 1. Add TFTPD TFTP server