Commit Graph

23 Commits

Author SHA1 Message Date
4b2d8ded72
No parameters are expected, explicitly 2024-02-20 16:55:12 +01:00
c70d2e2afa
Routines with no prototype cannot use XTAPI calling convention 2024-02-20 16:37:57 +01:00
77bc796769
Implement HlClearApicErrors() and HlSendEoi() routines, change HlDisableLegacyPic() calling convention 2024-02-09 15:11:14 +01:00
7727888087
Implement ArFlushTlb() routine 2024-02-04 23:43:38 +01:00
9ce841e957
Implement memory barriers 2024-02-04 22:10:37 +01:00
dddd1eb183
Rename internal kernel headers to distinguish them easily from XTDK 2023-11-29 20:39:59 +01:00
3800138f52
Move (A)PIC related forward references to arch-specific headers 2023-11-29 20:13:03 +01:00
71d0608643
Implement ArGetStackPointer() routine 2023-11-19 00:09:16 +01:00
d35dd4fce3
Save processor state during kernel initialization 2023-11-15 15:00:38 +01:00
ccd0514416
Implement more CPU-related routines 2023-11-15 14:52:18 +01:00
63f8dbc59b
Initialize CPU power structures, idle process and idle thread 2023-11-02 23:07:11 +01:00
6d63750fc2
Rename KepArchInitialize() routine to KepInitializeMachine() 2023-10-29 10:38:23 +01:00
f05a262da2
Cleanup XTDK and XTOSKRNL headers 2023-10-29 09:58:47 +01:00
798e4c1d22
Cleanup MM subsystem headers 2023-10-29 00:52:05 +02:00
600c86949b
Cleanup RTL subsystem headers 2023-10-29 00:14:01 +02:00
ad15c55a39
Cleanup AR subsystem headers 2023-10-28 23:35:34 +02:00
3f520c8e0f
Rename xtoskrnl headers 2023-10-28 22:35:33 +02:00
dfae0b4727
Implement ArSetGdtEntryBase() routine 2023-03-02 22:51:57 +01:00
c4d1f1cd0d
Initial implementation of the thread initialization 2023-02-23 20:11:21 +01:00
b43afac326
Cleanup definitions in kernel headers 2023-02-11 22:26:13 +01:00
d6aac59199
Let kernel initialize stack on it's own without relying on boot loader 2023-02-05 09:55:59 +01:00
6f068513cd
Initial processor block initialization 2023-01-30 19:07:05 +01:00
7ac434cb99
Move architecture specific globals to external header, as ex. there is no GDT on ARM 2023-01-29 09:48:59 +01:00