OS for z80 calculators
-
Updated
May 2, 2021 - Assembly
An operating system operates and manages both the hardware and software in a computer. Operating systems provide software platforms for applications to function.
OS for z80 calculators
Incompatible Timesharing System
Ping-Pong-like game in Assembly that works without OS
A simple, clean code, multi-tasking kernel written in pure Assembly language for 64-bit processors from the AMD64 family.
Simple 16 bit (real mode) operating system writen in NASM from scratch
Paging operating system for a custom computer architecture
A tiny operating system based on x86 architecture.
A new 8086-based reimagining of PC DOS and BASIC
16-bit Real Mode operating system made entirely in Assembly
O KiddieOS é um sistema operacional open-source básico em desenvolvimento pelo curso gratuito D.S.O.S [Desenvolvendo Sistemas Operacionais Simples]. A intenção deste sistema será: Criar, editar ou excluir arquivos, codificar em uma linguagem própria do sistema, criar objetos visuais e automatizados (desenhos) através desta linguagem, utilizar um…
GEOS 2.0 ported from C64/128 to 8-bit Atari
A futuristic DOS
A bootable x86 lisp interpreter, assembler, and simple text editor that lets you run the code you type in so you can bootstrap anything
A 16 bit operating system made from enthusiasts to enthusiasts with love
⚙️ Kernel-OS - Minimal 64-bit x86 bare-metal kernel featuring VGA text output, multiboot GRUB booting, and long-mode setup. Built from scratch with custom x86_64-elf toolchain, C, NASM, and Docker for easy cross-compilation and QEMU emulation.
CP/M-80 analog operating system for 6502 CPU incl. Utilities
A minimal bare bones operating system based on a monolithic kernel design written purely in Assembly language