Antique C++ microkernel.
This repository has been archived on 2024-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Amelia Cuss c44b4e889d README: link to canonical source. 2024-01-18 18:08:09 +11:00
docs ignore for existing docs 2009-06-13 17:07:45 +10:00
src poweroff -> shutdown. Making it accept -h and -r for halt or reboot. Adding reboot to ACPI (though it just uses the keyboard controller's RESET pin via a syscall). Making the shell actually pass argv to executed programs. 2010-10-03 22:14:04 +11:00
test Fixing up some small bits to make everything compile again as it ought. 2010-09-10 21:45:13 +10:00
tools Add an alias to use kvm instead of qemu. 2010-12-26 09:53:06 +11:00
README.md README: link to canonical source. 2024-01-18 18:08:09 +11:00

akari

microkernel operating system

introduction

Totally going to write more here later. For now: akari, a microkernel, and its associated operating system services. Light and fun.

see also

license

Copyright 2010 Arlen Cuss

Akari is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Akari is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Akari. If not, see http://www.gnu.org/licenses/.