Acky OS, experimental operating system for x86_64 systems. (WIP)
Find a file
2025-12-15 17:49:18 +01:00
foki put command + fix keyboard driver not working on real hardware 2025-12-15 17:49:18 +01:00
media Change wallpaper 2025-11-09 16:00:38 +01:00
user put command + fix keyboard driver not working on real hardware 2025-12-15 17:49:18 +01:00
.gitignore USB fuckery 2025-11-14 10:46:52 +01:00
.gitmodules Find RSDP/XSDP 2025-10-20 15:25:50 +02:00
bochsrc User more precise PIC accross different hardware 2025-10-20 19:50:26 +02:00
limine.conf PS/2 Keyboard? Fix it on real hardware?? 2025-11-22 23:12:59 +01:00
makefile PS/2 Keyboard? Fix it on real hardware?? 2025-11-22 23:12:59 +01:00
README.md Add a README 2025-11-02 16:42:05 +01:00

Acky

About

Acky is an experimental x86-64 OS aiming to implement a weird design with modules everywhere and a higly asynchronous kernel, and maybe more ideas in the future.

Building and running

You can download the latest nightly build at hlelo.cc/files/acky.img.

Acky requires GCC compiled for x86_64 compilation to be located at ~/opt/cross.
A nice tutorial on this page of the OSDev wiki explains how to do that.
Then, make sure you have git, parted and mtools installed.

You can then build acky by running the following commands:

git clone --recursive https://forgejo.hlelo.cc/Hlelo/Acky.git
cd Acky
make

Once the build is finished, you can run Acky with QEMU using make run.