noxos (docs): added codebase directory structure

This commit is contained in:
antifallobst 2023-03-15 18:09:04 +01:00
parent da59a470d6
commit a4d2b59329
12 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
title: "boot"
summary: "boot process control and bootloader communication"
---

View File

@ -0,0 +1,4 @@
---
title: "boot"
---

View File

@ -0,0 +1,5 @@
---
title: "drivers"
summary: "everything from the graphics driver, to the FS drivers"
---

View File

@ -0,0 +1,4 @@
---
title: "drivers"
---

View File

@ -0,0 +1,5 @@
---
title: "mm"
summary: "memory management"
---

View File

@ -0,0 +1,4 @@
---
title: "mm"
---

View File

@ -0,0 +1,5 @@
---
title: "platform"
summary: "platform specific code"
---

View File

@ -0,0 +1,4 @@
---
title: "platform"
---

View File

@ -0,0 +1,4 @@
---
title: "proc"
summary: "processing infrastructure"
---

View File

@ -0,0 +1,3 @@
---
title: "proc"
---

View File

@ -0,0 +1,5 @@
---
title: "utils"
summary: "basic utilities"
---

View File

@ -0,0 +1,4 @@
---
title: "utils"
---