1109 Commits

Author SHA1 Message Date
EnderIce2
d3a16469ad
Revise PID and TID generation to align with standards 2024-03-02 00:51:06 +02:00
EnderIce2
525a102f20
Implement GetIdle function in Custom scheduler 2024-03-02 00:16:18 +02:00
EnderIce2
df457e8097
Refactor task scheduler 2024-03-01 22:56:50 +02:00
EnderIce2
66ec562751
Add support for DEL key 2024-02-29 05:54:30 +02:00
EnderIce2
c7360f4970
Implement blinking cursor and text modification functionality 2024-02-29 05:40:40 +02:00
EnderIce2
a60ac0ca73
Fix KEY_SLASH character 2024-02-29 03:50:16 +02:00
EnderIce2
10aa3d31ec
Add cursor blinking functionality 2024-02-29 02:18:20 +02:00
EnderIce2
d3a22aa7b3
Add std::thread implementation 2024-02-29 02:18:16 +02:00
EnderIce2
574c753b77
Add GetPixel and DrawRectangle functions to Display class 2024-02-29 02:18:08 +02:00
EnderIce2
9925a9e9b4
Add experimental insert() function to string class 2024-02-29 01:12:23 +02:00
EnderIce2
2f1611fe87
Add dump command in kernel shell 2024-02-29 00:46:28 +02:00
EnderIce2
fbb59f2187
Update lsacpi command to print table length 2024-02-29 00:46:04 +02:00
EnderIce2
e02bcf8e0d
Remove unnecessary newline character in cmd_lsacpi function 2024-02-29 00:29:05 +02:00
EnderIce2
c967e94187
Update ACPI print format 2024-02-29 00:28:34 +02:00
EnderIce2
7a6483aea8
Refactor lsacpi command to print ACPI table information 2024-02-29 00:28:13 +02:00
EnderIce2
72ee2075ae
Add "screen" command to panic UI 2024-02-29 00:05:59 +02:00
EnderIce2
455c8a82de
Fix DisplayProcessScreen function to show ready threads, add note for hidden processes 2024-02-28 23:57:13 +02:00
EnderIce2
5fd8d3b3a5
Revamped kernel panic functions with significant improvements 2024-02-28 06:31:02 +02:00
EnderIce2
ddad5ca38a
Remove ELFSymbolTable from PCB 2024-02-28 06:11:31 +02:00
EnderIce2
e74c5f7bab
Do not map the framebuffer with user flag 2024-02-28 05:50:39 +02:00
EnderIce2
ef542145f7
Update CPU prevention features 2024-02-28 05:50:12 +02:00
EnderIce2
7059cd5f5e
Update CR register flags documentation 2024-02-28 05:47:33 +02:00
EnderIce2
1c59565553
Fix memory allocation exploit (driver mapped with user flag) 2024-02-28 05:35:10 +02:00
EnderIce2
a49d4936e3
Fix cpuid 0x7 for AMD 2024-02-28 05:07:22 +02:00
EnderIce2
f34f6f94c6
Change the IDT table to use interrupt gate 2024-02-28 04:48:05 +02:00
EnderIce2
6a25cc216a
Invoke #DE in cmd_panic() 2024-02-28 04:08:44 +02:00
EnderIce2
e75dbfc8ce
Refactor kernel shell code 2024-02-27 16:18:50 +02:00
EnderIce2
ae67df10ff
Update color codes for different node types in ls command 2024-02-27 13:36:08 +02:00
EnderIce2
4397763e72
Update CreateIfNotExists function signature 2024-02-27 05:52:24 +02:00
EnderIce2
a47a97da87
Refactor ls command 2024-02-26 20:48:56 +02:00
EnderIce2
6169edf1e8
Add minimum resolution check for display 2024-02-25 22:50:22 +02:00
EnderIce2
3eb25c8e14
Remove unnecessary calls to CPUID.Get() 2024-02-25 18:43:11 +02:00
EnderIce2
578b8f74da
Refactor Timer::OnInterruptReceived method signature 2024-02-23 05:31:49 +02:00
EnderIce2
fc4cc5d189
Add GetDefaultFont() method to Display class 2024-02-23 03:51:07 +02:00
EnderIce2
e012e8b3c1
Add compiler check for __fennix__ 2024-02-22 18:44:36 +02:00
EnderIce2
8fd29ff0a9
Fix InterruptFrames for aarch64 2024-02-20 18:07:02 +02:00
EnderIce2
495e75c649
Add IgnoreSpecialChars parameter to Print and PrintString functions 2024-02-19 01:42:29 +02:00
EnderIce2
5adc4151a6
Fix comment space 2024-02-16 20:55:56 +02:00
EnderIce2
65d1b9f58b
Fix uninitialized variables 2024-02-16 20:55:39 +02:00
EnderIce2
69aeb5c36a
Add PrintString() 2024-02-15 22:53:39 +02:00
EnderIce2
9ab246f8c4
Refactor ExceptionHandler 2024-02-15 22:10:04 +02:00
EnderIce2
1bc7c4b4dd
Fix ExceptionHandlerStub to work with CPU::ExceptionFrame 2024-02-15 22:09:33 +02:00
EnderIce2
725f22cd43
Add ExceptionFrame structure 2024-02-15 22:08:11 +02:00
EnderIce2
06abcd6c79
Add CrashFont initialization 2024-02-10 07:09:15 +02:00
EnderIce2
174df62d85
Move font declarations to display.hpp 2024-02-10 07:09:11 +02:00
EnderIce2
cfd4b8d6a5
Update display buffer handling 2024-02-10 06:56:26 +02:00
EnderIce2
5f80e40885
Remove on-screen task manager code 2024-02-10 05:58:21 +02:00
EnderIce2
25d17a8831
Add fill() function to std::algorithm 2024-02-10 05:41:42 +02:00
EnderIce2
3374eac741
Add resize(size_t, const T &) function to vector class 2024-02-10 05:17:03 +02:00
EnderIce2
eba6bc07c1
Declare all Tamsyn font files to display.cpp 2024-02-10 04:45:34 +02:00