Alex
|
c20aae9504
|
Fix elf interpreter (less broken)
|
2023-04-07 05:28:38 +03:00 |
|
Alex
|
78494d58eb
|
Fix stub lib
|
2023-04-07 05:28:13 +03:00 |
|
Alex
|
25aa9ff6a6
|
Fix compilation issues on i386 and aarch64
|
2023-04-07 05:27:02 +03:00 |
|
Alex
|
98c137566d
|
Replace __attribute__ with a macro from types.h
|
2023-04-07 05:22:14 +03:00 |
|
Alex
|
7fa3e91a53
|
Optimize memory mapping
|
2023-04-07 05:12:48 +03:00 |
|
Alex
|
540152a339
|
Add support for 2MB and 1GB map
|
2023-04-07 01:39:11 +03:00 |
|
Alex
|
5becc15ed7
|
Fix ubsan blacklist
|
2023-04-07 01:38:31 +03:00 |
|
Alex
|
76239ec4ad
|
Add Get() function for every cpuid struct
|
2023-04-06 18:36:16 +03:00 |
|
Alex
|
9b84d0147d
|
Add 2MB and 1GB PAGE_SIZE macro
|
2023-04-06 18:17:56 +03:00 |
|
Alex
|
5e5819e3be
|
Fix compilation issues
|
2023-04-06 18:11:01 +03:00 |
|
Alex
|
78d785f1c6
|
Move hypervisor cpuid structs to a separate file
|
2023-04-06 18:03:05 +03:00 |
|
Alex
|
250b01b928
|
Update AMD's cpuid unions based on #40332 (Vol. 3 Appendix E.3)
|
2023-04-06 18:02:24 +03:00 |
|
Alex
|
b8186bb3d9
|
Make rsp to be at physical address
|
2023-04-04 21:08:45 +03:00 |
|
Alex
|
b265b4aced
|
Make aarch64 compilable
|
2023-04-04 19:36:45 +03:00 |
|
Alex
|
74dab6c44e
|
Update TODOs
|
2023-04-04 19:36:21 +03:00 |
|
Alex
|
4e20d4d9f4
|
Enable compilation of project on AArch64 architecture
|
2023-04-04 16:06:54 +03:00 |
|
Alex
|
c4ae288ef1
|
Render only 26 frames from bootanim
|
2023-04-04 03:45:19 +03:00 |
|
Alex
|
a7f700584d
|
Remove useless bootanim frames
|
2023-04-04 03:43:03 +03:00 |
|
Alex
|
c8312bd3cd
|
Add space between the equal
|
2023-04-04 03:40:39 +03:00 |
|
Alex
|
ad53b53104
|
Fix 32 bit job
|
2023-04-04 03:40:13 +03:00 |
|
Alex
|
c6add85f40
|
Do not compile mem operations on non-debug env
|
2023-04-04 03:36:51 +03:00 |
|
Alex
|
548e410a6e
|
Remove codacy workflow
|
2023-04-04 03:29:45 +03:00 |
|
Alex
|
f81922f63d
|
Move syscall handler to SystemCalls.cpp
|
2023-04-04 03:25:25 +03:00 |
|
Alex
|
d2c241fcb6
|
Wrong block comment for nasm files
|
2023-04-04 02:21:14 +03:00 |
|
Alex
|
25256d81a8
|
Added license headers to all project files
|
2023-04-04 02:19:05 +03:00 |
|
Alex
|
68905338ad
|
Change LICENSE file to GPL-3.0
|
2023-04-04 02:17:22 +03:00 |
|
Alex
|
6f106611ff
|
Add BSD license to the API headers
|
2023-04-04 02:15:58 +03:00 |
|
Alex
|
1a2f662bf9
|
Update license year
|
2023-04-04 02:03:07 +03:00 |
|
Alex
|
16d9ce870e
|
Reset the color to #CCCCCC
|
2023-04-02 15:48:58 +03:00 |
|
Alex
|
865ad9257b
|
Fix functions visibility
|
2023-04-02 15:48:45 +03:00 |
|
Alex
|
434589b73c
|
Disable SIMD in printf functions
|
2023-04-02 15:48:23 +03:00 |
|
Alex
|
d8a3c5a127
|
Do not build with SIMD support
|
2023-04-02 15:47:10 +03:00 |
|
Alex
|
21b743e047
|
Fix elf interpreter and clean up the code
|
2023-04-02 15:46:42 +03:00 |
|
Alex
|
58bc0b1c8c
|
Update mlibc submodule
|
2023-03-31 17:42:56 +03:00 |
|
Alex
|
7234de7920
|
Update ELF interpreter
|
2023-03-31 17:39:01 +03:00 |
|
Alex
|
b63459b7f3
|
Update KCtl enum
|
2023-03-31 17:38:33 +03:00 |
|
Alex
|
f69f29c5bb
|
Implementation for userspace interpreter
|
2023-03-31 17:36:34 +03:00 |
|
Alex
|
8747a54fea
|
Interpreter thread should exit after sending IPC data
|
2023-03-31 17:35:24 +03:00 |
|
Alex
|
3f89b6d863
|
Crash screen: Frames tab should get physical address of rbp on usermode threads
|
2023-03-31 17:32:30 +03:00 |
|
Alex
|
eae6006d25
|
Add Virtual::GetPhysical()
|
2023-03-31 17:30:33 +03:00 |
|
Alex
|
43af65b21e
|
Implement strcasecmp, wcslen and wcsrtombs
|
2023-03-30 19:57:12 +03:00 |
|
Alex
|
09e549fdb7
|
Add stub headers
|
2023-03-30 19:53:58 +03:00 |
|
Alex
|
28b0a393bf
|
Add FramebufferType
|
2023-03-30 19:23:55 +03:00 |
|
Alex
|
61587abc9e
|
Add options to disable compilation for kernel, userspace or drivers
|
2023-03-29 03:36:56 +03:00 |
|
Alex
|
dbee38f2ed
|
Update Kernel submodule
|
2023-03-29 03:27:58 +03:00 |
|
Alex
|
7e01df0b1b
|
Update grub config
|
2023-03-29 03:27:34 +03:00 |
|
Alex
|
212121a40b
|
Change audio test file
|
2023-03-29 03:27:04 +03:00 |
|
Alex
|
29cca5396c
|
Remove pcm files
|
2023-03-29 03:26:39 +03:00 |
|
Alex
|
d0ba001bf2
|
Support i386
|
2023-03-29 03:03:42 +03:00 |
|
Alex
|
a631029d48
|
Support i386
|
2023-03-29 03:03:05 +03:00 |
|