Commit Graph

1982 Commits

Author SHA1 Message Date
25d17a8831 Add fill() function to std::algorithm 2024-02-10 05:41:42 +02:00
3374eac741 Add resize(size_t, const T &) function to vector class 2024-02-10 05:17:03 +02:00
eba6bc07c1 Declare all Tamsyn font files to display.cpp 2024-02-10 04:45:34 +02:00
15585c4b2e Update qemu-disk.img to qemu-disk.qcow2 in Makefile 2024-02-10 04:36:07 +02:00
b3dd752d98 Add *.qcow2 to .gitignore 2024-02-10 04:35:55 +02:00
7e60b1af9b Check checksum signature before reading the data 2024-02-10 04:32:59 +02:00
96530ad165 Add ATA_CMD_IDENTIFY and SATA SDD detection 2024-02-10 04:30:03 +02:00
b31384fc55 Refactor display.hpp 2024-02-05 16:19:07 +02:00
b0575ba4f2 Rename "SafeFunction" macro to "NoSecurityAnalysis" 2024-02-04 04:31:30 +02:00
11221b205a Refactor code to improve performance and readability 2024-02-04 04:29:17 +02:00
69c61037ed Remove __naked attribute from Stop() function 2024-02-04 04:05:34 +02:00
bb946ea568 Fix CPU functions for aarch64 2024-02-04 04:04:30 +02:00
f0ea4e3afb Use gradient for top bar 2024-02-04 03:47:45 +02:00
fc8027a377 Add additional general purpose registers to TrapFrame struct 2024-02-04 03:45:45 +02:00
e7c4a5758c Update CPU::TrapFrame in crash handler functions 2024-02-04 02:26:43 +02:00
6301975d96 Enable default PIE for cross-compilation 2024-02-02 02:00:10 +02:00
2bfdaaefd8 Fix build order in Makefile 2024-02-02 01:59:40 +02:00
9365295da7 Update Doxyfile with new file paths 2024-02-02 01:59:24 +02:00
394e64fa14 Update kernel file name 2024-02-02 01:59:16 +02:00
d89f59a252 Implement file mapping functionality in linux_mmap() 2024-02-02 01:58:31 +02:00
9538b8ef31 Refactor VirtualMemoryArea::Fork to use auto& 2024-02-02 01:53:36 +02:00
de220bf879 Refactor GetAllocatedPagesList and GetSharedRegions to return references 2024-02-02 01:51:39 +02:00
edd7e3bbc2 Update crash handler to include exception address and symbol in trace output 2024-02-01 22:46:58 +02:00
fa6779b8c7 Fix issue with reading ELF header 2024-02-01 20:31:49 +02:00
053e167002 Add CheckRegion function 2024-02-01 16:27:10 +02:00
a0b98e8c57 Refactor ELFObject class and remove unused functions 2024-02-01 16:25:32 +02:00
4722e34a01 Update Makefile to disable NLS for cross-compilation 2024-01-30 21:30:26 +02:00
f218181f0a Update tool dependencies in Makefile 2024-01-30 04:22:09 +02:00
a18b24e859 Update files 2024-01-19 06:53:16 +02:00
96daa43d38 Update kernel 2024-01-19 06:47:42 +02:00
c685a37c15 Update userspace 2024-01-19 06:45:44 +02:00
da4a6317ea Update drivers 2024-01-19 06:44:00 +02:00
fd15592608 Add missing license note 2023-10-27 14:24:12 +03:00
877f91c80f Fix IsVirtualizedEnvironment() 2023-10-27 14:21:08 +03:00
51ae83bcb2 Use /bin/utest instead of init for debugging 2023-10-20 01:42:56 +03:00
cfee4807c4 ISR 0x1 should have RING3 2023-10-20 01:42:24 +03:00
da7e9d781f GetCurrentCPU reporting wrong ID 2023-10-20 01:42:02 +03:00
e0bd4cee3c Fix unqualified call to 'std::move' 2023-10-17 02:21:52 +03:00
54a47ad3a5 Update std headers 2023-10-11 13:00:15 +03:00
56358280a7 Update std headers 2023-10-10 06:09:17 +03:00
bd04d2bf2f Fix elf binaries were loaded wrongly 2023-10-09 03:59:24 +03:00
23ad9e3b5d Update submodules 2023-10-09 01:48:42 +03:00
df42eadad7 Update Makefile 2023-10-09 01:48:21 +03:00
6b7ee96d99 Add shebang 2023-10-09 01:35:35 +03:00
34e5b2e155 Update initrd 2023-10-09 01:32:34 +03:00
17787dbc9b Update userspace 2023-10-09 01:25:55 +03:00
2ee57b9756 Update example module 2023-10-09 01:20:53 +03:00
889e1522a3 Restructured and rewritten entire codebase 2023-10-09 01:16:24 +03:00
ccff4d72f3 Add robots.txt 2023-10-07 22:01:51 +03:00
f2d998f9d1 Update submodules 2023-09-07 04:26:14 +03:00