Bananymous
|
d94f6388b7
|
Kernel: Fix all broken locks from new mutexes
|
2024-02-28 22:45:34 +02:00 |
Bananymous
|
692cec8458
|
Kernel/Userspace/LibC: Implement basic dprintln for userspace
|
2024-02-05 01:24:09 +02:00 |
Bananymous
|
dfe5a2d665
|
All: Cleanup all files
Add newline to end of files and remove whitespace from end of lines
|
2024-01-24 15:53:38 +02:00 |
Bananymous
|
83b165ebb0
|
Kernel: Add constexpr conditional debug prints
|
2023-09-22 17:20:35 +03:00 |
Bananymous
|
659adb89a6
|
Kernel: Start work on abstracting Timers
|
2023-08-04 10:29:42 +03:00 |
Bananymous
|
792fad2a03
|
Kernel: d{print,warn,error}ln(...) now has a spinlock
|
2023-04-22 17:58:51 +03:00 |
Bananymous
|
9b8de5025a
|
All: rename every function from UpperCamelCase to snake_case
This was a mess since I didn't know which to use but now I decided
to go with snake_case :)
|
2023-02-01 21:05:44 +02:00 |
Bananymous
|
aa0757e135
|
Kernel: Move dump_stacktrace from panic -> debug
|
2023-01-26 02:57:14 +02:00 |
Bananymous
|
c0bc002ac6
|
Kernel: Move debug printing to its own file
It didn't make sense that dprint was defined in Serial.h.
We also now dump dprint to tty if there is no serial and tty is initialized
|
2023-01-25 22:51:42 +02:00 |