Skip to content

Update 4.4DEV5

Pre-release
Pre-release
Compare
Choose a tag to compare
@MinecraftSRDEV MinecraftSRDEV released this 24 May 18:05
· 2 commits to main since this release

A fairly large update and probably one of the last for version 4.4.
!!WARNING!! All functions related to the config.cfg file have been changed. Partial reconfiguration of the system is required after installation. This does not delete user data, but reconfiguration is necessary.

  • All functionalities related to the configuration file have been rebuilt
  • The configuration file has been moved to the system directory
  • Configuration keys added in this version:
    • autoupdate_check
    • show_experimental_updates
    • update_repo
    • autologin
    • coldboot_show
    • default_disk
    • syscalls
    • fullscreen
  • Added CONFIG command
  • Added full color support in TUI
  • Added API functions in version 1.0
  • Rebuilt the bootloader
  • Rebuilt the initial setup screen
  • Rebuilt the built-in calculator
    • Now supports parameters
    • Accepts more than two numbers at a time
  • Optimized the code
  • The CRFILE function now displays line numbers during creation
  • Autostart can now run programs on other threads
  • The OPEN function supports parameters
    • -t[main] runs the program on the main thread
    • -t[program] runs the program on a dedicated thread
  • Added auto-login functionality