This website requires JavaScript.
Explore
Help
Sign In
wash
/
mango
Watch
1
Star
0
Fork
0
You've already forked mango
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
eb998860a57fc54d364c72ba472d108313d60922
mango
/
kernel
History
Max Wash
981a5f2a0d
kernel: add kern_status_string()
2023-04-09 16:38:31 +01:00
..
console.c
kernel: add basic console registration system and printk()
2023-02-04 19:03:45 +00:00
cpu.c
sched: add current_task(), current_thread(), and preempt_disable/enable()
2023-03-28 21:40:56 +01:00
panic.c
kernel: implement panic()
2023-04-09 16:35:15 +01:00
percpu.c
kernel: fix off-by-one in per-cpu area allocation size
2023-03-19 20:35:25 +00:00
printk.c
kernel: print log messages directly to the console if log_buffer is full
2023-02-08 17:10:13 +00:00
status.c
kernel: add kern_status_string()
2023-04-09 16:38:31 +01:00
tty.c
kernel: add definitions for a TTY device interface.
2023-02-09 11:35:35 +00:00