Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheLuaOSProject/Kernel
Kernel for the LuaOS operating system
https://github.com/TheLuaOSProject/Kernel
aarch64 arm c kernel lua osdev xmake
Last synced: 15 days ago
JSON representation
Kernel for the LuaOS operating system
- Host: GitHub
- URL: https://github.com/TheLuaOSProject/Kernel
- Owner: TheLuaOSProject
- License: gpl-3.0
- Created: 2021-09-07T05:50:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T20:51:00.000Z (about 2 months ago)
- Last Synced: 2024-09-15T11:25:29.630Z (about 2 months ago)
- Topics: aarch64, arm, c, kernel, lua, osdev, xmake
- Language: C
- Homepage:
- Size: 797 KB
- Stars: 35
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Luck - The LuaOS kernel
Luck is the kernel for LuaOS, it is a microkernel.
## Building
Get the source with:
`git clone --recursive https://github.com/TheLuaOSProject/Kernel.git`
### Dependencies
#### General
- `clang`
- `nasm`
- `curl`
- `ld.lld`
- `xorriso`#### arch
- 'lld' (`ld.lld`)
- 'libisoburn' (`xorriso`)```sh
make
```## Testing
### Dependencies
- `qemu-system-x86_64`
```sh
make uefi
```