Commit Graph

1526 Commits

Author SHA1 Message Date
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
6694842653 Add bootanim frames 2023-03-25 12:12:25 +02:00
ab64b9f3b0 Fix logic in conditional statement inside sys_print 2023-03-25 12:11:18 +02:00
028115a1b0 Boot screen & change shutting down/rebooting procedure 2023-03-25 12:05:33 +02:00
cef9d89965 More debug messages 2023-03-25 12:03:14 +02:00
eeeba9a569 Add BootAnimation 2023-03-25 12:02:59 +02:00
9718defcaa Add an argument parser 2023-03-25 12:02:26 +02:00
7218575b48 Rename heap allocation function 2023-03-25 12:02:01 +02:00
e3a544e79c Directly return the fs root if the path is "/" 2023-03-25 12:00:43 +02:00
2d03d629dc Check if CreateThread() has a valid parent 2023-03-25 12:00:00 +02:00
981534ea47 Document ID inside RFLAGS 2023-03-25 11:58:11 +02:00
3aba6b4881 Add backtrace log inside deadlocks 2023-03-25 11:57:31 +02:00
42bcdefc6b Rename "vfs" to "vfs_ctx" inside USTAR class 2023-03-25 11:57:07 +02:00
177a80403f Fix isdelim 2023-03-25 11:55:42 +02:00
13890ba91a Add stub headers 2023-03-25 11:55:22 +02:00
4bd42e4378 Add stb headers 2023-03-25 11:54:27 +02:00
9ce301907a QoL improvements 2023-03-24 16:22:42 +02:00
146749ae0d Update submodules 2023-03-23 23:32:51 +02:00
3d03f8943b Improve exception message 2023-03-23 23:27:37 +02:00
7391a283a3 Use physical address for Kernel.FileBase 2023-03-23 23:26:42 +02:00
8b082ac98a Map kernel file too 2023-03-23 23:26:18 +02:00
338df2d9fa Better deadlock message 2023-03-23 23:25:32 +02:00
14bd4e1b96 Detect earlier if TCG processor is present 2023-03-23 23:25:19 +02:00