Alex
|
5c91f23527
|
x32 is now compiling
|
2023-03-04 21:17:19 +02:00 |
|
Alex
|
784d7726df
|
Support multiple registered interrupt handlers
|
2023-03-02 02:32:31 +02:00 |
|
Alex
|
75883030ad
|
Renamed "interrupts.hpp" to "ints.hpp"
|
2023-02-28 12:58:09 +02:00 |
|
Alex
|
65dfa325e9
|
Optimize
|
2023-02-27 22:20:02 +02:00 |
|
Alex
|
c4a2f645de
|
Use vector instead of hashmap
|
2023-02-27 17:36:18 +02:00 |
|
Alex
|
744895afd6
|
Redirect IRQs to BSP
|
2023-02-25 03:59:56 +02:00 |
|
Alex
|
62e9d7b9c9
|
fixme
|
2023-02-24 10:15:05 +02:00 |
|
Alex
|
c817be50ff
|
Put CPU namespaces in separate files to make cpu.hpp smaller
|
2023-02-22 01:48:38 +02:00 |
|
Alex
|
a35482694f
|
Fixed keyboard interrupt
|
2023-02-22 01:22:10 +02:00 |
|
Alex
|
c1d876f5fd
|
RemoveAll should not have any stack protection or sanitization
|
2023-02-16 21:45:48 +02:00 |
|
Alex
|
a592b85ce5
|
Updated kernel (tl;dr: improved filesystem, tasking, loading files, etc..)
|
2023-02-06 19:35:44 +02:00 |
|
Alex
|
a677f3c159
|
Updated types
|
2022-12-21 00:43:51 +02:00 |
|
Alex
|
eab80c215c
|
Fixed wrong stack pointer & new tss command for crash screen
|
2022-12-07 04:15:20 +02:00 |
|
Alex
|
0289054900
|
Changed a lot of files. Summary: profiler support; "SafeFunction"; UnlockDeadLock kernel config; Code optimization & more
|
2022-11-28 08:25:37 +02:00 |
|
Alex
|
dc5b6498f9
|
Improved crash screen
|
2022-11-11 04:42:28 +02:00 |
|
Alex
|
77081b4e1e
|
Stability fixes (i hope); attempt to implement argc, argv, envp, auxv; Syscalls
|
2022-11-10 07:09:32 +02:00 |
|
Alex
|
8308506ace
|
Update files
|
2022-10-23 02:18:29 +03:00 |
|
Alex
|
747c08708b
|
Changed SMP code and CPU sets a new stack
|
2022-10-20 05:04:45 +03:00 |
|
Alex
|
83c8acce06
|
Fixed compiling for x32 & arm64
|
2022-10-17 04:09:54 +03:00 |
|
Alex
|
c944f57a3b
|
APIC implementation (not working as expected)
|
2022-10-17 04:05:44 +03:00 |
|
Alex
|
154ad1b2a9
|
Fixes for x32
|
2022-10-17 00:26:50 +03:00 |
|
Alex
|
efc6faf619
|
Fixed interrupt handler manager
|
2022-10-17 00:18:25 +03:00 |
|
Alex
|
f8b77735d8
|
Small fixes for crash handler
|
2022-10-16 23:36:44 +03:00 |
|
Alex
|
d35b4de246
|
added no_stack_protector attribute to functions
|
2022-10-16 21:25:11 +03:00 |
|
Alex
|
b8c5c15a47
|
implemented interrupts handler & stub crash screen
|
2022-10-16 20:53:57 +03:00 |
|
Alex
|
a2da69d777
|
Added syscalls stub
|
2022-10-12 04:34:37 +03:00 |
|
Alex
|
127476ac64
|
Added SMP support
|
2022-10-12 03:55:58 +03:00 |
|
Alex
|
ad9817a2db
|
Added APIC & SMP stub
|
2022-10-11 02:43:23 +03:00 |
|
Alex
|
9c00c5ec4b
|
Color support
|
2022-10-11 00:46:51 +03:00 |
|
Alex
|
32a17c5e63
|
Update files
|
2022-10-10 23:31:46 +03:00 |
|
Alex
|
4b6683823f
|
Update files
|
2022-10-10 23:29:39 +03:00 |
|