############################################# # 2020/12/12 - PsychDOS 0.0.1 - Using VBDOS # ############################################# I spent a few hours today working on the PsychDOS desktop environment. I do plan on releasing it as GPLv3, but you will need VBDOS (Visual Basic for DOS) 1.0 to compile it. It sucks to have to use a Micro$oft program to do this, but it is the easiest way that I know of so far. There also does seem to be an annoying 640K RAM limit like on QB45 either. I am familiar with the FreeBASIC project and how it does not have a 640K RAM limit because of the required CWSDMPI, but I am trying to have a little more fun with this than to have to learn an entire programming language just to have some buttons and windows that are not "faked" in some way (movable and other options).