You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4.8 KiB

Dusk OS

Dusk OS is a work in progress non-Unix extremely minimalist 32 bit free as in freedom operating system whose primary purpose is to be helpful during societal collapse but which will still likely be very useful even before it happens. It is made mainly by Virgil Dupras, the developer of Collapse OS, as a bit "bigger" version of Collapse OS, one that's intended for the first stage of societal collapse and will be more "powerful" and comfortable to use for the price of increased complexity (while Collapse OS is simpler and meant for the use during later stages). But don't be fooled, Dusk OS is still light year ahead in simplicity than the most minimal GNU/Linux distro you can imagine; by this extremely minimalist design Dusk OS is very close to the ideals of our LRS, it is written in Forth but also additionally (unlike Collapse OS) includes a so called "Almost C" compiler allowing ports of already existing programs, e.g. Unix command line utilities. It is also available under CC0 public domain just as official LRS projects, that's simply unreal.

The project has a private mailing list. Apparently there is talk about the system being useful even before the collapse and so it's even considering things like networking support etc. -- as capitalism unleashes hell on Earth, any simple computer capable of working on its own and allowing the user complete control will be tremendously useful, even if it's just a programmable calculator. Once GNU/Linux and BSDs sink completely (very soon), this may be where we find the safe haven.

The only bad thing about the project at the moment seems to be the presence of some pseudoleftists around the project, threatening political takeover etcetc. At the moment there's thankfully no code of censorship :-) If the project gets more popular it will be forced. Hopefully forks will come if anything goes wrong. In any case, we will be continuing our independent work that will probably yield a similar system, thought much later.

{ I'm not 100% sure about everything that will follow as I'm still studying this project, please forgive mistakes, double check claims. ~drummyfish }

It really does look amazing and achieves some greatly awesome things, for example it's (as far as it seems) completely self-hosted from the ground up, containing no binary blobs (at least for the bootstrap it seems, driver state unchecked), being able to completely bootstrap itself from some 1000 lines of assembly, however it still keeps portability by using a kind of simple abstract assembly called HAL, so it's not tied to any CPU architecture like most other simple OSes. The "user mode" system can also be compiled as a normal program on current operating systems, allowing to make so called Dusk packages, i.e. automatically export any Dusk OS program as a basically native program for current computers. You don't even need any virtual machine or emulator to try out the OS, you just download it, type make and run it as a normal program. The whole system is also very fast. There's some black magic going on. Also the project documentation is very nice. It also seems they don't care about security and safety at all, WHICH IS EXTREMELY GOOD, there is no place for such bullshit in a truly minimalist project.

Let's sum up some of the interesting features of the system:

  • "aggressive" simplicity, simplicity is above speed (but speed is still great and high among priorities)
  • written in Forth, offering simplified C compiler as its main feature
  • portable, using simple abstract assembly to run on different architectures
  • no concurrency, linear computation only, this will probably imply no multitasking
  • no virtual memory
  • preferring static memory allocation
  • making use of global states/variables (going against mainstream capitalist "best practices")
  • 32 bit system, maximum 4 GB of memory
  • no user friendliness, hacker "operator" assumed instead of a layman user
  • no "security", "safety", "privacy", user accounts etc.
  • graphics: primarily no GUI, simple graphics capabilities will be present, direct access to screen pixels (through so called "grid" interface)
  • some nice text shell will be made
  • sound: ???
  • networking: being considered
  • NOT a Unix-like but will naturally be aligned with many of its concepts as per simplicity