This website requires JavaScript.
Explore
Help
Sign In
kamkow1
/
mop3
Watch
1
Star
1
Fork
0
You've already forked mop3
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a0542573369437efb1091cd1c26af51eeea1f36e
mop3
/
kernel
/
sys
History
kamkow1
711da8aeab
All checks were successful
Build documentation / build-and-deploy (push)
Successful in 35s
Details
Implement proc_spawn_thread syscall, fix proc_resume and proc_suspend
2026-01-16 00:26:37 +01:00
..
debug.h
Rewrite init app in C, introduce MSL (MOP3 System Library)
2026-01-04 01:11:31 +01:00
irq.h
Implement lock IRQ nesting via stack variables/contexts
2026-01-14 22:11:56 +01:00
mm.h
Introduce concept of Process Resources (PR_MEM), implement necessary syscalls
2026-01-07 22:47:30 +01:00
proc.h
Implement proc_spawn_thread syscall, fix proc_resume and proc_suspend
2026-01-16 00:26:37 +01:00
sched.h
First Hello world syscall
2026-01-03 02:04:09 +01:00
smp.h
SMP and timer interrupts
2025-12-23 19:50:37 +01:00
spin_lock.h
Implement lock IRQ nesting via stack variables/contexts
2026-01-14 22:11:56 +01:00
spin.h
make -B format_kernel
2026-01-01 20:17:29 +01:00
syscall.h
First Hello world syscall
2026-01-03 02:04:09 +01:00
time.h
Generic sleep_micro() function
2025-12-22 21:14:58 +01:00