Home - 0x10cAtlas/atlas2 GitHub Wiki
Welcome to the Atlas 2 wiki
What is Atlas 2
Atlas 2 is (will be) a kernel for the DCPU-16. If you want to help look at the issues section.
Features
The kernel will provide the following funtions:
- paging
- memory management (malloc, free)
- hardware drivers
- root fs / file system functions (fopen, fclose, fs_list, fs_mkdir, fs_rmdir, fs_unlink)
- library (.so) support
- multi tasking
- multi user
A kernel daemon (signald) will also provide callback functionality for specific events (eg. key strokes).