Aptivi - Deprecated Manuals
ProjectsWebsiteBlog
Nitrocid KS v0.1.0 Beta 2 - Manual
Nitrocid KS v0.1.0 Beta 2 - Manual
  • 👋Welcome!
  • Versions and Compatibility
    • 🔱Supported Versions
    • 🕘EOL Versions
    • 🗞️Version Release Notes
      • ✨v0.0.1.x series
      • 🌈v0.0.2.x series
      • 👥v0.0.3.x series
      • 🛠️v0.0.4.x series
      • 🕔v0.0.5.x series
        • ⌚v0.0.5.0 Beta Versions
      • 📕v0.0.6.x series
        • 📄v0.0.6.0 Beta Versions
      • 🔌v0.0.7.x series
        • ⚡v0.0.7.0 Beta Versions
      • 🌌v0.0.8.x series
      • 💌v0.0.9.x series
      • 📜v0.0.10.x series
      • ✏️v0.0.11.x series
      • ⚙️v0.0.12.x series
      • 🌐v0.0.13.x series
      • 🏃♀ v0.0.14.x series
      • ⏳v0.0.15.x series
      • ⭐v0.0.16.x series
      • 🌃v0.0.17.x series
      • 🥁v0.0.18.x series
      • 🔧v0.0.19.x series
      • 🍀v0.0.20.x series
      • 🧰v0.0.21.x series
      • 📱v0.0.22.x series
      • 🖥️v0.0.23.x series
      • 👾v0.0.24.x series
      • 🔮v0.1.x.x series
        • ⚠️Known issues for 0.1.0 Beta
    • 👍Compatibility Notes for KS API Revisions
      • 🔼Upgrading from API v1.0
      • 🔼Upgrading from API v1.1
      • 🔼Upgrading from API v1.2
      • 🔼Upgrading from API v1.3
      • 🔼Upgrading from API v2.0
      • 🔼Upgrading from API v2.1
      • 🔼Upgrading to API v3.0
  • Installation and Maintenance
    • 📀Installing the Kernel
      • 💻Windows
      • 🐧Linux
      • 📱Android
    • ⏫Upgrading the Kernel
      • 💻Windows
      • 🐧Linux
      • 📱Android
  • Fundamentals
    • 🌽What is the Kernel?
    • 👾What is Nitrocid KS?
    • 🌟Simulated Kernel Features
      • 👤Accounts
        • 🔓Permissions
      • 🐚Shells
      • 🌍Networking
        • 🗃️FTP Client
        • 🔒SFTP Client
        • 📰RSS Client
        • 🌐HTTP Client
        • 📧Mail Client
      • ✏️Editors
        • 📝Text Editor
        • 🖊️JSON Editor
        • 💾Hex Editor
      • 🇺🇸 Languages
      • 🌌Screensavers
      • 🎮Games and Amusements
        • 🔤Hangman
        • ☄️Meteor
        • 🐍Snaker
        • 🔢Solver
        • ⌨️SpeedPress
        • 🔠Wordle
      • 🗓️Calendar
      • ⏰Stopwatch and Timer
      • ⚖️Calculator and Converter
  • Advanced and Power Users
    • ⚒️Building the Kernel
      • 🪟Building on Windows
      • 🐧Building on Linux
    • 🧰Kernel Modifications
      • 🔧Kernel Modification Management
      • 🏗️Build your...
        • 🧪Your Mod
        • 🌌Your Screensaver
        • 🪄Your Splash
    • 🦠Diagnostics
      • 🔬Debugging
        • 🧬Local Debugging
        • 🛰️Remote Debugging
      • 🧪Testing
      • 💉Other Diagnostics
    • ⚒️Inner Workings
      • 🔧Kernel Settings
        • ⛏️Mechanics of Settings App
        • 🔩Settings Format
      • 🐚Shell Structure
        • ❔Help System
        • 🗜️Command Parsing
        • 📜Shell Scripting
      • 🪧Kernel Placeholders
      • 🔐The Permissions
      • 📞Kernel Threads
      • 🔌Kernel Drivers
      • ⚙️Multilingual Kernel Flow
      • 🌐Custom Languages
      • 📽️Presentation System
      • 🎛️Kernel Arguments
      • 📡Remote Procedure
    • 💿GRILO Bootloader and KS
  • 🧱Project Dependencies
  • Report an issue
  • Source code
  • API Reference
Powered by GitBook
On this page
  • Version 0.0.5.0
  • Version 0.0.5.1
  • Version 0.0.5.2
  • Version 0.0.5.5
  • Version 0.0.5.6
  • Version 0.0.5.7
  • Version 0.0.5.8
Edit on GitHub
  1. Versions and Compatibility
  2. Version Release Notes

v0.0.5.x series

The time has come!

Last updated 1 year ago

The time has come to bring the series to the stable release. It added aliases, permanent color setting, and so on.

For beta versions of this series, consult the below link.

Version 0.0.5.0

On September 4, 2018, this version was made to start the prompt obsoletion movement and make several improvements to the beta versions of 0.0.5.

Additions

  • User-made commands in mods

  • Added the showaliases command

  • Permanent color setting

Improvements

  • Made several fixes, including the alias parser

  • Beep command prevents frequencies more than 2048 Hz

  • Removing aliases now no longer requires a command to be provided

  • General improvements

Removals

  • Removed prompts

  • Removed motd, chkn=1, preadduser and hostname arguments

Version 0.0.5.1

This release only contains improvements to debugging system regarding an area of the kernel. It got released on September 6, 2018.

Improvements

  • Improved behavior of debugging logs

  • Improved a debug message

  • Made changes to startup banner

Version 0.0.5.2

It got released on September 9, 2018, to make changes to graphics card parsing.

Improvements

  • Made graphics card parsing always on startup

  • Improved config updater

Removals

  • Removed the gpuprobe argument

Version 0.0.5.5

On September 22, 2018, it made a major rewrite of the kernel configuration, as well as some additions and improvements. This was the last version that was unsupported on Unix systems.

Additions

  • Added the FTP client

  • Added more text placeholders, such as shortdate, longdate, etc.

Improvements

  • Configuration system refined

  • Fixed repeating memory messages

  • General improvements

Version 0.0.5.6

This was the first version that ran in all Unix systems using the Mono Runtime framework. It was out on October 12, 2018.

Additions

  • Support for Linux systems

Improvements

  • Improved hardware probers

  • Username list on login

  • help arginj now lists improvements

  • Other improvements...

Version 0.0.5.7

On October 13, 2018, several improvements to the kernel regarding Unix support surfaced.

Additions

  • Print current directory in FTP shell

Improvements

  • Fixed crash if the executable name is something other than "Kernel Simulator.exe"

  • Fixed "Quiet Probe" configuration entry being set to some strange value

  • Fixed a known bug affecting Unix systems

Removals

  • Version command

Version 0.0.5.8

This version was released on November 1, 2018, to make several improvements to the kernel, but withdraws some features.

This release was declared to be the last release supporting Windows XP systems with .NET Framework 4.5 installed.

Improvements

  • Even if one of the hardware failed to parse, the kernel continues to boot

  • Only administrators can access reloadconfig and alias commands

Removals

  • The kernel no longer beeps when rebooting and shutting down

  • Beep command no longer exists

🗞️
🕔
⌚v0.0.5.0 Beta Versions