Skip to content

v1.10.7 - Tutorial Returns

Compare
Choose a tag to compare
@klange klange released this 11 Jan 12:01

ToaruOS v1.10.7

screenshot

What's New in v1.10.7?

Happy new year! This release adds a status bar to the File Browser, brings back the old tutorial wizard, and fixes several bugs.

What is ToaruOS?

ToaruOS is a hobbyist, educational operating system for x86 PCs, focused primarily on use in virtual machines. It provides a Unix-like environment, complete with a graphical desktop interface, shared libraries, feature-rich terminal emulator, and support for running Python 3.6, GCC, and several other ports. The core of ToaruOS, provided by the CD images in this release, is built completely from scratch. The bootloader, kernel, drivers, C standard library, and userspace applications are all original software created by the authors, as are the graphical assets.

Who wrote ToaruOS?

ToaruOS is primarily written by a single maintainer, with several contributions from others. A complete list of contributors is available from AUTHORS.

Running ToaruOS

It is recommended that you run ToaruOS in a virtual machine / emulator, for maximum compatibility. ToaruOS's driver support is limited, and running on real "bare metal", while possible, does not provide the most complete experience of the OS's capabilities except on very particular hardware. ToaruOS is regularly tested in VirtualBox, QEMU, and VMWare Player, and can be successfully booted (with poor performance) in Bochs. ToaruOS is intended to run from a live CD, though it is possible to install to a hard disk. Additional details on running ToaruOS in different virtual machines is available from the README.

Changelog

  • ata: fix small reads
  • kernel: store module text address for debugging
  • boot: update description for "writable root"
  • jpeg: fix bad rounding of image sizes
  • esh: support for redirecting stderr, fix redirects for shell functions
  • file-browser: add a status bar
  • libc: fix opendir error values
  • graphics: basic TGA loading support
  • rline: fix backspace in the legacy line editor
  • menu: smarter menu spawning
  • sdf: kerning tweaks
  • add tutorial

Known Issues

  • Several utilities are missing functionality.
  • The libc's implementation of scanf is incredibly incomplete.