Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrrodrigo/microkernel-arch-lua-c
https://github.com/mrrodrigo/microkernel-arch-lua-c
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrrodrigo/microkernel-arch-lua-c
- Owner: mrRodrigo
- Created: 2024-10-28T20:27:43.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T14:18:25.000Z (about 2 months ago)
- Last Synced: 2024-11-06T14:43:14.907Z (about 2 months ago)
- Language: Lua
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
simple microkernel arch test using C as core program and lua modules as plugins
https://www.oreilly.com/library/view/software-architecture-patterns/9781098134280/ch04.html
With core compiled, plugins can be added in execution time without re-compile, passing as arg to core.
`core hello`