This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
TinkerOS 5.10
Adam changes:
- Added GrView shows GR files on the screen
- Added SysSurvey for gathering baremetal install/hardware info to share.
- Added MakeAllDef which attempts to recompile the compiler and kernel using the current kernel settings without ask a bunch of questions.
- Added ToggleWallPaper which toggles displaying debug information on the wallpaper.
- Added SetAltScrn which causes an different screen sized CDC to be displayed instead of the normal one from the window manager.
- Fixed SethREPL hang when task gets killed externally.
- Added KillSeth to kill all processes on a specific core.
- Added functions to call various useful assembly instructions for bit operations, hashing, and generating random numbers (see Adam/Opt/Utils/BitOps.HC)
- Can capture screenshots F9 or screen clips SHIFT-F9, which are saved to ~/ScrnShot or ram disk B:/ScrnShot (if not installed)
- TOSClient refactor prep. work for networking support.
- Mount2 gained a parameter used to save the chosen drive hint to enable recompiling the kernel without having to answer questions using MakeAllDef.
- PCIRep output more useful now.
- Cleanup SysRep output
Compiler changes:
- Display more information to help locate unnecessary parenthesis.
Demo changes:
- Added Demo/Net networking stack ported from ZealOS (WIP)
- Removed Terry Dancing screen saver to save space.
Driver changes:
- Adlib driver in "/Demo/Snd/OPL2VM.HC" now supports OPL2LPT/OPL3LPT parallel port devices.
Kernel changes:
- Fix raw mouse on exit/task change, add function SetSysFocusTask
Installer changes:
- Replace 640x340 option will more useful 640x512 (1280x1024 w/2x scaling)
Misc changes:
- Code reformatting and warning cleanup.
USB image changes:
- Add clonezilla image of TempleOS/TinkerOS quad boot for installing / partitioning drives with clonezilla
- Add script to search for TOS partitions and backup files to a zip files on the USB drive