A hobby operating system for the x86_64 arch using the atlas kernel.
- xorriso
- git
- qemu
- meson
To run this OS:
- make sure you have the tools listed above
- Clone the repo
- make a
build
dir and cdbuild
- run
make distro-base
make run
will start up the os in qemu
- Basic round robin scheduler
- Virtual Filesystem (in progress)
- Tmpfs implementation
- Physical memory manager
- Paging
- Pre-emptive multitasking
- Loading elf binaries
- Running userspace programs
- Keyboard and video driver
- PTY/TTY drivers
- bash
- gcon
- coreutils (in progress)
- figlet
This project is licensed under the MIT License - see the LICENSE file for details