This website requires JavaScript.
Explore
Help
Register
Sign In
asleepymoon
/
Luna
Watch
1
Star
1
Fork
0
You've already forked Luna
Code
Issues
Pull Requests
Actions
Projects
Releases
8
Wiki
Activity
309058888c
Luna
/
kernel
/
src
/
thread
History
apio
309058888c
Bugfix: remove duplicate error check when loading a userspace ELF program
...
Also, remember to delete the allocated task, since we do not want memory leaks :)
2022-10-08 13:12:19 +00:00
..
PIT.cpp
Kernel: enable -Wconversion
2022-10-06 17:13:34 +02:00
Scheduler.cpp
Bugfix: remove duplicate error check when loading a userspace ELF program
2022-10-08 13:12:19 +00:00
Spinlock.asm
Optimizations in Spinlock.asm
2022-09-19 16:36:34 +02:00
Spinlock.cpp
Forgot to add volatile
2022-09-18 20:16:46 +02:00
Task.cpp
Kernel: Add SSE support (enable SSE on boot and save context (user tasks only) on task switch)
2022-10-02 18:53:54 +02:00