All Projects → thethumbler → Aquila

thethumbler / Aquila

Licence: gpl-3.0
AquilaOS: UNIX-like Operating System

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Aquila

duckOS
Yet another hobby x86 UNIX-like operating system written in C and C++. Features a dynamically linked userspace, an in-house c standard library, and more! And yes, it runs DOOM.
Stars: ✭ 250 (-39.47%)
Mutual labels:  unix, kernel, os, osdev, operating-system
MandelbrotOS
A community driven OS by the youth
Stars: ✭ 172 (-58.35%)
Mutual labels:  kernel, os, osdev, operating-system
nightingale
A small operating system where I experiment and learn osdev.
Stars: ✭ 86 (-79.18%)
Mutual labels:  kernel, os, osdev, operating-system
RocketOS
RocketOS is a Unix based OS that uses legacy BIOS and GRUB and is written in C17. It is being developed for educational purposes primarily, but it still is a serious project. It is currently in its infancy.
Stars: ✭ 23 (-94.43%)
Mutual labels:  kernel, os, osdev, operating-system
Qword
Operating system for x86_64 based around a "keep it simple and make it work" philosophy.
Stars: ✭ 367 (-11.14%)
Mutual labels:  kernel, unix, operating-system, os
SnowFlake
Technology is free, SnowFlakeOS
Stars: ✭ 38 (-90.8%)
Mutual labels:  kernel, os, osdev, operating-system
DentOS
Experimental Stand-alone 32-bit Kernel with Bootloader written in AT&T Assembly and Freestanding C
Stars: ✭ 32 (-92.25%)
Mutual labels:  kernel, os, osdev, operating-system
kernel
Main kernel tree
Stars: ✭ 28 (-93.22%)
Mutual labels:  unix, kernel, os, osdev
Toaruos
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
Stars: ✭ 4,687 (+1034.87%)
Mutual labels:  kernel, operating-system, os, osdev
georgios
Hobby Operating System
Stars: ✭ 19 (-95.4%)
Mutual labels:  unix, kernel, osdev, operating-system
Macaron
A sweet hobby made operating system written in C++ for x86 CPUs with GUI
Stars: ✭ 34 (-91.77%)
Mutual labels:  kernel, os, osdev, operating-system
LudOS
A toy monolithic kernel written in C++
Stars: ✭ 38 (-90.8%)
Mutual labels:  kernel, os, osdev, operating-system
biefircate
Running x86-16 or x86-32 code from x86-64 UEFI; _very experimental_ • mirror of https://gitlab.com/tkchia/biefircate • developer notes at https://gitlab.com/tkchia/biefircate/-/blob/main/doc/NOTES.asciidoc
Stars: ✭ 47 (-88.62%)
Mutual labels:  kernel, os, osdev, operating-system
KnutOS
An x86_64 hobbyist OS written in C and Assembly
Stars: ✭ 16 (-96.13%)
Mutual labels:  kernel, os, osdev, operating-system
chaos-2
A hand-made SMP-aware kernel
Stars: ✭ 20 (-95.16%)
Mutual labels:  kernel, os, osdev, operating-system
Cardinal
Operating system designed to be fast and secure.
Stars: ✭ 20 (-95.16%)
Mutual labels:  kernel, os, osdev, operating-system
Unikraft
Unikraft is an automated system for building specialized POSIX-compliant OSes known as unikernels. (Core repository)
Stars: ✭ 183 (-55.69%)
Mutual labels:  kernel, operating-system, os, osdev
Frosted
Frosted: Free POSIX OS for tiny embedded devices
Stars: ✭ 194 (-53.03%)
Mutual labels:  kernel, unix, operating-system, os
beeos
A simple "Unix-like" kernel trying to be POSIX compliant
Stars: ✭ 103 (-75.06%)
Mutual labels:  kernel, os, osdev, operating-system
poplar
Microkernel and userspace written in Rust exploring modern ideas
Stars: ✭ 217 (-47.46%)
Mutual labels:  kernel, os, osdev, operating-system

Aquila OS https://travis-ci.org/mohamed-anwar/Aquila Gitter chat

Image of Aquila

UNIX-like Operating System, including the kernel and system tools. Intended to be fully POSIX compliant. Oh, and it compiles with -O3.

Build Instructions

Follow the instructions in this wiki page.

CPU-based Features:

Supported Archetictures:
  • [X] x86
  • [ ] x86-64
  • [X] Multitasking
  • [X] Multithreading
  • [ ] SMP

Kernel Features:

  • [X] Monolitihic kernel
  • [X] Virtual Filesystem
  • [ ] Supports loadable modules

Supported Filesystems:

  • [X] initramfs (CPIO Archive filesystem, used for Ramdisk, read only)
  • [X] tmpfs (Generic temporary filesystem, read/write)
  • [X] devfs (Virtual filesystem, used for device handlers, statically populated, read/write)
  • [X] devpts (Virtual filesystem, used for psudo-terminals, dynamically populated, read/write)
  • [X] procfs (Processes information filesystem, read only)
  • [X] ext2 (Basic Extended 2 filesystem, read/write)
  • [ ] ext3
  • [ ] ext4
  • [ ] sysfs

Supported Devices:

  • [X] i8042 (PS/2 Controller)
  • [X] ramdev (Memory mapped device, generic handler)
  • [X] ps2kbd (PS/2 Keyboard Controller)
  • [X] console (IBM TGA console)
  • [X] ata (ATA Harddisk handler, PIO mode)
  • [X] fbdev (Generic framebuffer device handler)
  • [X] 8250 (UART)

Supported video interfaces:

  • [X] VESA 3.0

System Feautres:

  • [X] newlib-3.0.0 (latest)
  • [X] aqbox (Aquila Box, like busybox)
  • [X] fbterm (Framebuffer based terminal)
  • [X] tcc (Tiny C Compiler)
  • [X] lua (Lua programming language)
  • [X] kilo (Kilo text editor)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].