Welcome on the BenOS website

BenOS is a small, minimalist, free and open-source 16-bit operating system, designed to be compatible with old and modern architectures. You can download the 10 last updates below. If you want older versions, please refer to the BenOS GitHub repository .

Sections:

What's new?

Version 0.0.7

BenOS version 0.0.7 is out! In this version, the OS returns in 16-bit. The small bugs of the 0.0.5 version are fixed. A new option has been added to the info command: the -l option, to display the BenOS license name.

A very basic filesystem base has been added too.

How does it work?

All the files are stored in a table, named File Table. This table is loaded in RAM and takes 224 bytes (because it contains 224 entries with a size of 1 byte). A free entry is represented by 0x00, an occupied entry is rep resented by 0x01, and an entry with a removed file is represented by 0x02.

Finally, 3 new commands have been introduced to interact with the filesystem: ls, touch and rm.

Downloads

You can download the 10 last versions of BenOS below.

Contributing

What does "contributing" mean?

Contributing means making changes to the project to improve it. Of course, there is a procedure to follow to keep everything in order.

Steps

Thank you in advance for your contribution!