Acky OS, experimental operating system for x86_64 systems. (WIP)
| foki | ||
| media | ||
| user | ||
| .gitignore | ||
| .gitmodules | ||
| bochsrc | ||
| limine.conf | ||
| makefile | ||
| README.md | ||
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.