Work-in-progress kernel. See the linked site for more info.
Find a file
ArthurB bf6d58e7f3
Some checks failed
Format code / Format the kernel (push) Has been cancelled
chore(actions)!: Delete nonfunctional CI action
2025-04-30 19:31:19 +00:00
.forgejo/workflows chore(actions)!: Delete nonfunctional CI action 2025-04-30 19:31:19 +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.