Create directory structure (AI)

Set up the project directory structure as specified in the README:
- apps/: for application source code (e.g. ls, sh)
- docs/: for subsystem documentation
- libs/: for shared libraries used by apps and/or the kernel
- src/: for kernel source code
- src/it/: for integration tests
- vendor/: for 3rd-party source code (AI will not modify this)

The build/ directory is excluded via .gitignore as it contains only
build artifacts. ISO and floppy image files are also gitignored.
This commit is contained in:
2026-02-23 07:09:04 +01:00
parent 34e24c9979
commit f3ef92be4f
7 changed files with 3 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
build/
*.iso
*.img

0
apps/.gitkeep Normal file
View File

0
docs/.gitkeep Normal file
View File

0
libs/.gitkeep Normal file
View File

0
src/.gitkeep Normal file
View File

0
src/it/.gitkeep Normal file
View File

0
vendor/.gitkeep vendored Normal file
View File