Welcome to Akira OS, a lightweight operating system built using Assembly and C, designed for the i686 architecture. This project aims to provide a minimalistic yet functional environment, focusing on performance and simplicity.
- Lightweight Design: Built from the ground up using Assembly and C, ensuring efficient resource usage.
- Terminal Interface: A basic terminal that currently supports two commands:
help: Displays a list of available commands.hello: Responds with a friendly greeting.
Install QEMU , and then use the following command to start new operating system.
$ ./start.sh
- Implement TCP/IP protocol
- Implement File System
- Implement Paging


