
Building an Interactive Shell in Python with Aetherix
One of the first milestones after printing text to the screen is creating an operating system that...
Tag archive

One of the first milestones after printing text to the screen is creating an operating system that...

One of the classic milestones in hobby operating system development is switching from text mode to...

Today I'm excited to release Aetherix 0.1.0 on PyPI. Aetherix is an open-source Python framework for...

Building a bootable UEFI application entirely in Python — no NASM, no linker, and no C compiler for...
Помните, я рассказывал о GEOS? ОС которая пишет сама себя? Так вот, она нуждается в сложной, но...
https://github.com/AlexanderRamancha/nxu NXU is an open-source ARM64 operating system project...
Последнее время вы могли заметить что моя производительность упала и гитхаб просто пустой, а посты в...
Hey everyone, I wanted to share a hub I've been building called infastracture.xyz. It’s an...
Most developers take the operating system for granted-treating it as an invisible, obedient...
Most mainstream Linux distributions are still solving the problems of 2010. We have rock-solid...
I am building an independent hobby kernel from scratch using C and NASM assembly. The project is...

How I exited UEFI boot services to build a standalone, Ring 0 operating system kernel that runs JIT code in L3 cache.