From 6078d51d3a81b61a45541a269faa072964a2f8e3 Mon Sep 17 00:00:00 2001 From: wilkie Date: Tue, 30 Dec 2025 02:45:50 -0500 Subject: [PATCH] Adds basic documentation map to the AGENTS.md file. --- AGENTS.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..aed6930 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,7 @@ +# XOmB Overview + +Refer to `docs/MAIN.md` for general information about the nature of exokernels and specifically XOmB. +Refer to `docs/MEMORY.md` for information about the page table manipulation system calls and sematics. +Refer to `docs/PROCESS.md` for information about process (address space) creation and management and metadata. +Refer to `docs/RESOURCE.md` for information about page table objects and sharing across processes / address spaces. +Refer to `docs/UPCALL.md` for information about process upcalls that the kernel is meant to be aware of.