Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```