Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.
Noxer edited this page Jan 31, 2013 · 3 revisions

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).

Clone this wiki locally