Kernel icon indicating copy to clipboard operation
Kernel copied to clipboard

Kernel for the LuaOS operating system

Results 6 Kernel issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** LuaJIT relies on SSE registers, which are not saved in interrupts

bug

WHERE IS THE LUA. I WANTED IT TO BE 99% LUA NOT C. WHERE IS LUA CSTDLIB???/??

URGENT

**Describe the bug** The scheduler, which was introduced recently (d82913c2185522739286bf05c0cf6deb491314f5) has a major bug of which, as described in the title, the scheduler will only schedule once, or never, and...

bug

Hi, I would like to help with the math functions for the lib, Can I have some information about the project please ? Specifically, I would like to know more...

[Offending code](https://github.com/TheLuaOSProject/LuaJIT/blob/a4c76b975a0695aaa8548a445f72d1e38ebc902f/src/lj_parse.c#L1095), specifically the `if` statment ```c /* Lookup local variable name. */ static BCReg var_lookup_local(FuncState *fs, GCstr *n) { int i; for (i = fs->nactvar-1; i >= 0; i--)...

bug
Lua

With a proper scheduler and processes be implemented by @pitust (d82913c2185522739286bf05c0cf6deb491314f5) IPC is needed for the userland to be able to be worked on. The idea is something like ```c...

enhancement
Scheduler
Lua