Skip to content

Kernel for the LuaOS operating system

License

Notifications You must be signed in to change notification settings

MrLego8-9/Kernel

 
 

Repository files navigation

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)
make

Testing

Dependencies

  • qemu-system-x86_64
make uefi

About

Kernel for the LuaOS operating system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.2%
  • Lua 3.8%
  • Makefile 3.8%
  • Assembly 1.2%