0 devlogs
0s
A small x86 operating system written in Assembly and C++.
Features
FAT32 File System - Full read/write support for FAT32 formatted disks
Shell Interface - Command-line shell with essential utilities
Text Editor - Built-in vi-like editor fo…
A small x86 operating system written in Assembly and C++.
Features
FAT32 File System - Full read/write support for FAT32 formatted disks
Shell Interface - Command-line shell with essential utilities
Text Editor - Built-in vi-like editor for file creation and editing
Memory Management - Custom heap allocator and paging implementation
Hardware Drivers - ATA disk controller, VGA text mode, keyboard, timer