Commit Graph

1992 Commits

Author SHA1 Message Date
f81922f63d Move syscall handler to SystemCalls.cpp 2023-04-04 03:25:25 +03:00
d2c241fcb6 Wrong block comment for nasm files 2023-04-04 02:21:14 +03:00
25256d81a8 Added license headers to all project files 2023-04-04 02:19:05 +03:00
68905338ad Change LICENSE file to GPL-3.0 2023-04-04 02:17:22 +03:00
6f106611ff Add BSD license to the API headers 2023-04-04 02:15:58 +03:00
1a2f662bf9 Update license year 2023-04-04 02:03:07 +03:00
16d9ce870e Reset the color to #CCCCCC 2023-04-02 15:48:58 +03:00
865ad9257b Fix functions visibility 2023-04-02 15:48:45 +03:00
434589b73c Disable SIMD in printf functions 2023-04-02 15:48:23 +03:00
d8a3c5a127 Do not build with SIMD support 2023-04-02 15:47:10 +03:00
21b743e047 Fix elf interpreter and clean up the code 2023-04-02 15:46:42 +03:00
58bc0b1c8c Update mlibc submodule 2023-03-31 17:42:56 +03:00
7234de7920 Update ELF interpreter 2023-03-31 17:39:01 +03:00
b63459b7f3 Update KCtl enum 2023-03-31 17:38:33 +03:00
f69f29c5bb Implementation for userspace interpreter 2023-03-31 17:36:34 +03:00
8747a54fea Interpreter thread should exit after sending IPC data 2023-03-31 17:35:24 +03:00
3f89b6d863 Crash screen: Frames tab should get physical address of rbp on usermode threads 2023-03-31 17:32:30 +03:00
eae6006d25 Add Virtual::GetPhysical() 2023-03-31 17:30:33 +03:00
43af65b21e Implement strcasecmp, wcslen and wcsrtombs 2023-03-30 19:57:12 +03:00
09e549fdb7 Add stub headers 2023-03-30 19:53:58 +03:00
28b0a393bf Add FramebufferType 2023-03-30 19:23:55 +03:00
61587abc9e Add options to disable compilation for kernel, userspace or drivers 2023-03-29 03:36:56 +03:00
dbee38f2ed Update Kernel submodule 2023-03-29 03:27:58 +03:00
7e01df0b1b Update grub config 2023-03-29 03:27:34 +03:00
212121a40b Change audio test file 2023-03-29 03:27:04 +03:00
29cca5396c Remove pcm files 2023-03-29 03:26:39 +03:00
d0ba001bf2 Support i386 2023-03-29 03:03:42 +03:00
a631029d48 Support i386 2023-03-29 03:03:05 +03:00
9e21c5326b Support i386 2023-03-29 03:02:49 +03:00
fc97b09d6e Support i386 2023-03-29 03:02:29 +03:00
ca3a6f11e7 Update grub config 2023-03-29 03:00:46 +03:00
38dae2c9f7 Add test for memory operations 2023-03-27 23:33:10 +03:00
3f1467378e Check if Display is valid 2023-03-27 23:10:13 +03:00
5c1eb4d2bf Rename thread 2023-03-27 20:38:09 +03:00
bb862bf600 Move PEXIT and TEXIT to task.hpp 2023-03-27 20:37:58 +03:00
678744f65d Fix kernel mapping 2023-03-27 20:30:19 +03:00
98677c7b5b Unhook interrupts from every driver on crash 2023-03-27 20:30:03 +03:00
93afcd2210 QoL improvements 2023-03-27 20:11:32 +03:00
3eb6923374 Update TODO 2023-03-27 16:34:56 +03:00
49c627589c CheckSIMD should use flags 2023-03-27 16:32:42 +03:00
7d35a0c315 Change display buffer 2023-03-27 16:27:39 +03:00
1266764aec Process cleanup should be done by a thread 2023-03-27 02:50:57 +03:00
fe64c55afc Do not loop if the next hook is null 2023-03-27 02:50:22 +03:00
a09790e4f2 Test TO_PAGES and FROM_PAGES macros 2023-03-27 02:49:56 +03:00
d136f9fd42 Comment PRINT_BACKTRACE 2023-03-26 21:21:10 +03:00
f4641e21fe Refactor driver file creation to use structured binding 2023-03-26 21:20:12 +03:00
e6c103c671 Ignore frame-address warning 2023-03-26 21:16:26 +03:00
c6da67a7a3 Add SetDoNotScroll 2023-03-26 21:16:02 +03:00
9edefa7abe Update Kernel submodule 2023-03-25 12:13:33 +02:00
fea3816246 Add bootanim.tar.gz 2023-03-25 12:13:20 +02:00