Files
novaOS/.gitignore
Alexander Neuhäuser e712593dae feat: Application manager (#8)
* feat: map text area to kernel memory space, first application_manager
implementation

* feat: start application via application_manager

* feat: terminal, start app by ID

* feat: support CLI args, by applying System V ABI concepts

* refactor: rename terminal to console. Minor cleanup

* docs: README.md
2026-03-27 15:15:49 +01:00

14 lines
106 B
Plaintext

/target
kernel8.img
.env
sd.img
settings.json
.DS_Store
.venv
.nvimlog
__pycache__
.pytest_cache
build/