927 Commits

Author SHA1 Message Date
EnderIce2
321305e795
Update print statement 2024-03-05 01:04:02 +02:00
EnderIce2
7c4adccf8d
Fix stack align 2024-03-05 00:47:08 +02:00
EnderIce2
2633e8ed76
Add getgid, geteuid, getegid & stub access for Linux syscalls 2024-03-05 00:31:51 +02:00
EnderIce2
3cf4fda68a
Refactor stack handling in thread.cpp 2024-03-05 00:30:54 +02:00
EnderIce2
afd9227f31
Refactor stack pointer alignment in thread.cpp 2024-03-05 00:04:11 +02:00
EnderIce2
52ec0a25bf
Fix incorrect condition in HandleException function 2024-03-04 23:11:40 +02:00
EnderIce2
2ddacf8e13
Fix memory access issues in linux_execve function 2024-03-04 02:53:28 +02:00
EnderIce2
d2db08b2cf
Workaround for QEMU TCG crash 2024-03-04 02:07:53 +02:00
EnderIce2
914e96b337
Handle signal interruptions during sleep 2024-03-03 23:58:12 +02:00
EnderIce2
c2b595452e
Add InitTrampoline and HasPendingSignal function 2024-03-03 23:58:05 +02:00
EnderIce2
e69ace7fdc
Add ExGetKSymbolByAddress function to retrieve kernel symbols by address 2024-03-03 23:48:19 +02:00
EnderIce2
23865ffc4f
Add <utility> header to include_std/list 2024-03-03 22:19:58 +02:00
EnderIce2
a29bdb9dd0
Add AC flag initialization to thread context 2024-03-03 22:15:23 +02:00
EnderIce2
8caed0c35c
Update error colors 2024-03-02 01:42:23 +02:00
EnderIce2
7ed89bcb4c
Check USTAR archive validation in KernelVFS() 2024-03-02 01:40:04 +02:00
EnderIce2
d651dcbe7f
Add check for empty drivers list and print message if no drivers to load 2024-03-02 01:33:00 +02:00
EnderIce2
0fd804abab
Replace debug statement with KPrint 2024-03-02 01:32:51 +02:00
EnderIce2
000273aea0
Fix call instruction in signal_trampoline.s 2024-03-02 01:19:03 +02:00
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