noxos (docs): added codebase directory structure
This commit is contained in:
parent
da59a470d6
commit
a4d2b59329
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "boot"
|
||||
summary: "boot process control and bootloader communication"
|
||||
---
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: "boot"
|
||||
---
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "drivers"
|
||||
summary: "everything from the graphics driver, to the FS drivers"
|
||||
---
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: "drivers"
|
||||
---
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "mm"
|
||||
summary: "memory management"
|
||||
---
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: "mm"
|
||||
---
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "platform"
|
||||
summary: "platform specific code"
|
||||
---
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: "platform"
|
||||
---
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: "proc"
|
||||
summary: "processing infrastructure"
|
||||
---
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
title: "proc"
|
||||
---
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "utils"
|
||||
summary: "basic utilities"
|
||||
---
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: "utils"
|
||||
---
|
||||
|
Reference in New Issue