This website requires JavaScript.
Explore
Help
Register
Sign In
apio
/
Luna
Watch
1
Star
1
Fork
0
You've already forked Luna
Code
Issues
Pull Requests
Actions
Projects
Releases
8
Wiki
Activity
ec01dc2927
Luna
/
kernel
/
src
/
thread
History
apio
ec01dc2927
Scheduler: Change fixed Task array for (highly inefficient) memory allocation, add userspace task support (which as memory is mapped kernel-only instantly crashes), and support for exiting a task (marking it as exited and reaping it later)
2022-09-21 21:06:00 +02:00
..
PIT.cpp
Reorganize structure
2022-09-21 17:56:53 +02:00
Scheduler.cpp
Scheduler: Change fixed Task array for (highly inefficient) memory allocation, add userspace task support (which as memory is mapped kernel-only instantly crashes), and support for exiting a task (marking it as exited and reaping it later)
2022-09-21 21:06:00 +02: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
Add a Scheduler.
2022-09-20 19:58:04 +02:00