Alex
|
75883030ad
|
Renamed "interrupts.hpp" to "ints.hpp"
|
2023-02-28 12:58:09 +02:00 |
|
Alex
|
392ebc9be2
|
Renamed "__no_instrument_function"
|
2023-02-27 22:19:40 +02:00 |
|
Alex
|
4b45313369
|
FIXME
|
2023-02-25 03:59:26 +02:00 |
|
Alex
|
4519204580
|
Reimplemented Xalloc from scratch
|
2023-02-24 10:19:55 +02:00 |
|
Alex
|
0fb62e52d2
|
Use correct instruction
|
2023-02-18 04:11:59 +02:00 |
|
Alex
|
5257ff662f
|
Debug what destructors are called
|
2023-02-14 03:53:09 +02:00 |
|
Alex
|
a592b85ce5
|
Updated kernel (tl;dr: improved filesystem, tasking, loading files, etc..)
|
2023-02-06 19:35:44 +02:00 |
|
Alex
|
4f6c7e8a0d
|
Updated network related code so now it should work as expected
|
2023-01-09 03:32:17 +02:00 |
|
Alex
|
7fd6532345
|
Renamed print functions
|
2023-01-07 20:13:46 +02:00 |
|
Alex
|
e1aa6fff1c
|
TODO
|
2023-01-05 08:03:52 +02:00 |
|
Alex
|
e3180d4092
|
Updated kernel fonts
|
2023-01-03 17:54:24 +02:00 |
|
Alex
|
4501826025
|
Kernel now uses SSE instructions properly
|
2023-01-03 06:36:15 +02:00 |
|
Alex
|
b236ca54ee
|
Fixed compiler warnings
|
2022-12-29 05:29:27 +02:00 |
|
Alex
|
3f166b97c7
|
Improved shutting down procedure
|
2022-12-29 05:25:43 +02:00 |
|
Alex
|
bd12a57fb9
|
Updated note
|
2022-12-24 04:12:34 +02:00 |
|
Alex
|
e1036d0ff5
|
TODO
|
2022-12-21 22:45:38 +02:00 |
|
Alex
|
835f7fdd46
|
TODO
|
2022-12-21 21:43:58 +02:00 |
|
Alex
|
a677f3c159
|
Updated types
|
2022-12-21 00:43:51 +02:00 |
|
Alex
|
c9c248ccc7
|
Removed unused extern variable declaration
|
2022-12-01 06:13:10 +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
|
deee2ac8e0
|
Removed debugging code
|
2022-11-20 10:52:05 +02:00 |
|
Alex
|
61e0c7b5ba
|
Oops!
|
2022-11-20 10:48:17 +02:00 |
|
Alex
|
23dba51c01
|
SMBIOS support
|
2022-11-19 11:32:46 +02:00 |
|
Alex
|
13f93b8e21
|
Stop tasking when stack guard fails
|
2022-11-17 19:09:43 +02:00 |
|
Alex
|
cabdc5263e
|
Kernel now compiles on x32
|
2022-11-14 14:54:18 +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
|
6409dfdf0b
|
Kernel now boots on BIOS systems
|
2022-11-07 11:17:06 +02:00 |
|
Alex
|
6d15a42e17
|
Updated Kernel.cpp
|
2022-11-05 05:39:18 +02:00 |
|
Alex
|
c8e5ce1d36
|
Added filesystem
|
2022-10-28 08:50:14 +03:00 |
|
Alex
|
33f95cb427
|
Update files
|
2022-10-27 03:24:08 +03:00 |
|
Alex
|
581638c256
|
Update files
|
2022-10-26 21:55:31 +03:00 |
|
Alex
|
8308506ace
|
Update files
|
2022-10-23 02:18:29 +03:00 |
|
Alex
|
ebd0273a99
|
More tasking implementation
|
2022-10-21 05:31:50 +03:00 |
|
Alex
|
5d41d36bd8
|
Implemented SmartCriticalSection
|
2022-10-21 03:49:12 +03:00 |
|
Alex
|
2f7b871aa0
|
More tasking stub
|
2022-10-20 05:32:15 +03:00 |
|
Alex
|
fa92676d9f
|
Changed SMP code
|
2022-10-20 05:04:15 +03:00 |
|
Alex
|
ea61229b18
|
Added better kernel arguments reading
|
2022-10-20 01:07:39 +03:00 |
|
Alex
|
a6d5e08e3b
|
Moved arm64Entry
|
2022-10-19 18:40:17 +03:00 |
|
Alex
|
cb349ae620
|
x32 still not working (TODO: do 1:1 page mapping, except for kernel)
|
2022-10-18 21:16:12 +03:00 |
|
Alex
|
348aa69dcb
|
32bit booting working
|
2022-10-18 00:19:44 +03:00 |
|
Alex
|
961d7d7270
|
Change printing colors
|
2022-10-17 20:47:16 +03:00 |
|
Alex
|
c944f57a3b
|
APIC implementation (not working as expected)
|
2022-10-17 04:05:44 +03:00 |
|
Alex
|
f8b77735d8
|
Small fixes for crash handler
|
2022-10-16 23:36:44 +03:00 |
|
Alex
|
b9b5b57929
|
Removed unused code
|
2022-10-16 21:01:24 +03:00 |
|
Alex
|
b8c5c15a47
|
implemented interrupts handler & stub crash screen
|
2022-10-16 20:53:57 +03:00 |
|
Alex
|
f7ea052a51
|
Moved Initialization code
|
2022-10-15 15:31:09 +03:00 |
|
Alex
|
6256ab5a4f
|
Workaround for VirtualBox
|
2022-10-15 14:46:45 +03:00 |
|
Alex
|
398d889c74
|
Multiboot2Initializator stub
|
2022-10-13 09:32:26 +03:00 |
|
Alex
|
3620ad914d
|
Updated kernel entry names
|
2022-10-13 06:43:50 +03:00 |
|
Alex
|
127476ac64
|
Added SMP support
|
2022-10-12 03:55:58 +03:00 |
|