Skip to content

ifzz/loss

 
 

Repository files navigation

loss

LOSS (Lua Operating SystemS)

Aim: To be able to run many virtual kernels built to run Lua.

Building

Currently LOSS shouldn't require anything other than clang and libncurses which doesn't always come pre-installed for all distros.

sudo apt-get install clang libncurses5-dev

Building should be as simple as calling

make
./Loss

Unit testing is as simple as

make TESTING=yes
./LossTests

FUSE tool Todo: Extend tool to be able to create empty harddrives.

sudo apt-get install libfuse-dev

make FUSE=yes
./Lossfs <name of harddrive file> <mount folder>

About

LOSS (Lua Operating SyStem)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 70.6%
  • C++ 25.4%
  • CMake 2.5%
  • Other 1.5%