988 Commits

Author SHA1 Message Date
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
EnderIce2
b31384fc55
Refactor display.hpp 2024-02-05 16:19:07 +02:00
EnderIce2
b0575ba4f2
Rename "SafeFunction" macro to "NoSecurityAnalysis" 2024-02-04 04:31:30 +02:00
EnderIce2
11221b205a
Refactor code to improve performance and readability 2024-02-04 04:29:17 +02:00
EnderIce2
69c61037ed
Remove __naked attribute from Stop() function 2024-02-04 04:05:34 +02:00
EnderIce2
bb946ea568
Fix CPU functions for aarch64 2024-02-04 04:04:30 +02:00
EnderIce2
f0ea4e3afb
Use gradient for top bar 2024-02-04 03:47:45 +02:00
EnderIce2
fc8027a377
Add additional general purpose registers to TrapFrame struct 2024-02-04 03:45:45 +02:00
EnderIce2
e7c4a5758c
Update CPU::TrapFrame in crash handler functions 2024-02-04 02:26:43 +02:00
EnderIce2
d89f59a252
Implement file mapping functionality in linux_mmap() 2024-02-02 01:58:31 +02:00
EnderIce2
9538b8ef31
Refactor VirtualMemoryArea::Fork to use auto& 2024-02-02 01:53:36 +02:00
EnderIce2
de220bf879
Refactor GetAllocatedPagesList and GetSharedRegions to return references 2024-02-02 01:51:39 +02:00
EnderIce2
edd7e3bbc2
Update crash handler to include exception address and symbol in trace output 2024-02-01 22:46:58 +02:00
EnderIce2
fa6779b8c7
Fix issue with reading ELF header 2024-02-01 20:31:49 +02:00
EnderIce2
053e167002
Add CheckRegion function 2024-02-01 16:27:10 +02:00
EnderIce2
a0b98e8c57
Refactor ELFObject class and remove unused functions 2024-02-01 16:25:32 +02:00
EnderIce2
96daa43d38
Update kernel 2024-01-19 06:47:42 +02:00
EnderIce2
fd15592608
Add missing license note 2023-10-27 14:24:12 +03:00
EnderIce2
877f91c80f
Fix IsVirtualizedEnvironment() 2023-10-27 14:21:08 +03:00
EnderIce2
51ae83bcb2
Use /bin/utest instead of init for debugging 2023-10-20 01:42:56 +03:00
EnderIce2
cfee4807c4
ISR 0x1 should have RING3 2023-10-20 01:42:24 +03:00
EnderIce2
da7e9d781f
GetCurrentCPU reporting wrong ID 2023-10-20 01:42:02 +03:00