Commit Graph

25 Commits

Author SHA1 Message Date
8a15d46198
Initialize system resource as soon as possible 2024-05-17 22:31:29 +02:00
3c3a756771
Allow to initialize CPU with allocated processor structures 2024-05-08 00:02:47 +02:00
5539d98572
Raise to HIGH runlevel before switching the stack 2024-04-19 23:55:26 +02:00
669b84a826
Add architecture related information to kernel startup string 2023-11-29 18:32:03 +01:00
f28c870192
Implement KeHaltSystem() routine 2023-11-22 19:24:14 +01:00
d8403d01f5
Verify kernel and boot loader compatibility 2023-11-22 17:22:57 +01:00
6d63750fc2
Rename KepArchInitialize() routine to KepInitializeMachine() 2023-10-29 10:38:23 +01:00
75c519a70c
Use more generic name for this macro use pointer used behind it will point to kernel debugger after it gets initialized 2023-02-07 19:37:44 +01:00
9c7d961c5a
Architecture specific initialization after processor init is done 2023-02-06 15:53:11 +01:00
d6aac59199
Let kernel initialize stack on it's own without relying on boot loader 2023-02-05 09:55:59 +01:00
a761d3125a
Architecture specific initialization prior to processor structures initialization 2023-01-30 20:34:05 +01:00
7bf4a9ab8d
Initialize boot CPU structures inside kernel on AMD64 2023-01-29 00:45:17 +01:00
757560ffeb
Do not use EFI RunTime Services in kernel as they are not mapped correctly 2023-01-29 00:32:52 +01:00
b57e79aa7f
Proceed with architecture specific initialization 2023-01-25 19:37:13 +01:00
8da38af489
Rename KepInitializeBootStructures() to KepInitializeStack() 2023-01-25 19:28:12 +01:00
3c3e93afc7
Save kernel initialization block earlier 2023-01-25 18:45:08 +01:00
12b8c5f539
Switch kernel stack and move boot structures initialization into separate routine 2023-01-08 10:35:49 +01:00
5730e8692e
Reorganisation of KeStartXtSystem() routine and early debug printing 2023-01-04 23:08:59 +01:00
e6a7918bac
Fix release build 2022-12-28 23:28:49 +01:00
dec021b1ec
Reorganize early debug printing; initialize kernel stacks when needed 2022-12-28 23:11:35 +01:00
df8de3f85f
Add missing routines documentation 2022-12-22 23:41:19 +01:00
cf828a6896
Fill in kernel initialization block 2022-12-21 20:04:20 +01:00
6871291c9a
Basic steps in XTOS boot protocol 2022-12-14 22:17:17 +01:00
e37e5b97af
Initial version of the kernel initialization block, needed to start the kernel 2022-11-12 23:17:44 +01:00
a7d07e7ecb
Integrate xtklib with the kernel 2022-08-30 23:23:02 +02:00