Skip to content

BearOS - v3.0.0

Latest
Compare
Choose a tag to compare
@NopAngel NopAngel released this 24 May 00:48
· 30 commits to main since this release

Bear OS - v3.0.0

This version brings new commands and a new optimization. The new commands are as follows:

New Commands

  • view: View file information, for example: "view hello.txt"
  • edit: Allows you to edit the information/content of a file, for example: "edit: hello.txt"
  • history: Allows you to view the history of saved commands, for example: "history"
  • savecmd: Allows you to create saved commands to later view them in the "history" command, for example: "svcmd print"
  • rmfile: Deletes a file, for example: "rmfile hello.txt
  • rmdir: Deletes a directory (folder), for example: "rmdir folder"
  • pwd: Allows you to view the PATH (address) of the folder you are currently in, for example: "pwd"

Some features have been optimized (BUT THEN THE OTHER VERSION WILL COME, WHICH WILL BE AN OPTIMIZATION OF THIS).

Compiling to ". iso" is completely easy; just type "make iso" and have GCC, NASM, and Make installed.
P.S.: This kernel is designed ONLY for use in a VMBox or emulator, as using it on a PC on a daily basis would be very complex, as it is still under development.

Happy day/night/aftermoon programmer!