########################################################## # 2021/02/02 - PsychDOS 0.0.1 - License checks and BOCHS # ########################################################## I spent the last two days going through all of PsychDOS's included software for legal information to double-check and to create lists in the "LOOKHERE\LICENSES" directory. Yesterday, while doing this, I also added more command-line programs to "PROGRAMS\SYSTEM\BIN". As far as the PsychDOS desktop environment itself goes, I went through the interfaces and made chnages for better black and white (Hercules) compatibility. I also somewhat fixed the "Change File" button not opening the "Ffile" form at the Active File's directory. And if the Active File is missing or "CONFIG\ACTVFILE.CFG" is blank (cleared), it will just start at "C:\". I also took the time to play around with BOCHS, an x86 emulator for running other operating systems like GNU/Linux but in an FLTK window on DOS. I want to replace the default IMG, which is a gutted-out FreeDOS, with something cool but will actually run and do so Live. The annoying part is that you cannot supply it with command-line arguments as freely as you can with something like QEMU; you have to use a configuration file. But, you can point it to different ones. I don't think it "plays nice" with "isohybrids," ISO's that boot from both USB and disc.