Work-in-progress kernel. See the linked site for more info.
Find a file
ArthurB 233a12779f
Some checks failed
Commitlint / commitlint (push) Failing after 15m56s
Format code / Format the kernel (push) Successful in 1m32s
ci(actions): Create commitlint action
2025-04-30 19:34:27 +00:00
.forgejo/workflows ci(actions): Create commitlint action 2025-04-30 19:34:27 +00:00
.vscode Added clippy to vscode settings 2025-02-22 15:59:32 -06:00
emulation Modified bochsrc 2025-04-19 09:08:01 -05:00
kernel fix(interrupts): Attempt(and fail) to fix interrupts. 2025-04-28 18:08:58 -05:00
user Squashed some bugs; implemented first iteration of kernel items 2025-02-11 21:30:43 +00:00
.gitignore Added emulation/bx_enh_dbg.ini to the gitignore. 2025-02-16 17:49:29 -06:00
LICENSE Re-license under the GPL from the MIT license. 2025-02-15 20:20:53 -06:00
README docs(readme): Add a README describing Aphrokern 2025-04-30 19:12:24 +00:00

                      APHRODITE KERNEL
The Aphrodite kernel(also sometimes referred to as Aphrokern)
is an incomplete kernel being actively worked on. Currently,
support for the i686 architecture with a Multiboot 2 bootloader
is being prioritized.

Aphrokern is licensed under the GPL-3.0-or-later license,
contained within the LICENSE file.