1
 
 

#Hello eveyone!!

D.eSystem 6.0.8 beta is the final release of D.eSystem 6, ist way more stable than the old Beta versions and it introduces a gui for the D.eSystem version app

D.eSystem 6.0.8 on github: https://github.com/D-electronics-scratch/all_D.eSystem_versions/releases

Github main page: https://github.com/D-electronics-scratch/all_D.eSystem_versions

2
submitted 3 weeks ago* (last edited 3 weeks ago) by to c/osdev@programming.dev
 
 

D.eSystem 6.0.1 Beta This is the first beta release of D.eSystem 6. It includes several stability patches, a fully graphical Clock app, and a redesigned D.eShell interface. D.eSystem 6 page: https://github.com/D-electronics-scratch/D.eSystem

3
 
 

Hello everyone!!

D.eSystem 6.0.6 alpha introduces the first GUI for my operating system D.eSystem 6.

The system is currently keyboard‑only, but mouse support is planned for future versions.

The usage is similar to D.eSystem 6.0.5, but now with a graphical interface, and the calculator also received a GUI version.

Requirements:

64‑bit CPU

UEFI firmware (Legacy BIOS is not supported)

D.eSystem 6.0.6 alpha runs on any VM (QEMU, VirtualBox, VMware) and on real hardware.

Download D.eSystem 6.0.6 alpha here: https://github.com/D-electronics-scratch/D.eSystem-6.0.6-alpha-iso-download

4
 
 

D.eSystem 6.0.5 alpha is a custom OS that runs on real hardware and in QEMU, VirtualBox, and VMware.

This version includes the new D.eShell and three programs.

The OS is text‑based for now, but 6.0.6 alpha will introduce a GUI. A big roadmap is already planned.

It requires a 64 bit CPU and UEFI

ISO download: https://github.com/D-electronics-scratch/D.eSystem-6.0.5-alpha-iso-download/blob/main/template.iso

5
Win16 Memory Management (www.os2museum.com)
6
7
8
9
 
 

The GNU Project has announced a major milestone: native 64-bit support for GNU Hurd is now available through GNU Guix.

If you are not familiar with it, let me shed some light. GNU Hurd is the kernel of the GNU operating system. Unlike the Linux kernel, however, Hurd uses a microkernel design based on GNU Mach. Core services run as separate user-space servers that communicate through message passing. Launched in the early 1990s, Hurd has remained largely experimental.

For decades, GNU Hurd was limited to 32-bit x86 systems. The absence of x86_64 support restricted its use on modern hardware. But not anymore. With 64-bit builds now available in Guix, Hurd can run natively on current x86_64 systems.

10
 
 

Genode OS 26.02 is out as the latest feature update to this open-source operating system framework that also serves as the basis for their Sculpt general purpose OS.

With Genode OS 26.02 they have been working on technical improvements as well as migrating the project away from GitHub and onto Codeberg. An increasing number of open-source projects are moving off of the Microsoft-owned GitHub with not liking the fact that GitHub Copilot and other AI are trained off Git repositories on GitHub, among other concerns. Thus Genode OS is moving to Codeberg.

11
 
 

If you're looking for a Unix-like, POSIX-compatible, real-time kernel, there's no shortage of projects trying to build one. Ironclad stands out for using the Ada programming language and its formally verifiable SPARK subset.

The Ironclad OS project is writing a new Unix-like OS kernel, aimed at small-footprint and embedded systems, and planning to be realtime-capable. For stronger security, it supports Mandatory Access Control (MAC), which is a big-organization style sort of system, as the US National Institute of Standards and Technology describes.

12
13
14
15
16
17
18
submitted 11 months ago by to c/osdev@programming.dev
19
20
 
 

The Redox OS project that is a from scratch open-source operating system written in the Rust programming language now has a working web server, among other improvements achieved during the month of July.

21
22
23
 
 

Can eBPF be used to modify the list of WiFi networks visible to the user via NetworkManager? Hide some of them, add or modify info of the others....

Or even better, modify it on yet the lower level such that any application that polls the list via system API would receive a modified list.

The is about eBPF only

24
submitted 2 years ago* (last edited 2 years ago) by to c/osdev@programming.dev
 
 

I want to take aт existing, a standard or one of the popular ones, WiFi driver for Linux and tweak it. I'll inroduce a whitelist into it. That is, to the consumer a driver will show the networks from a whitelist only ignoring all other ones.

It's a PoC. I want to implement it as simply as possible.

Can this be implemented? And how, in a high level?

25
view more: next ›