Commit Graph

348 Commits

Author SHA1 Message Date
5814775c43
Add EFI legacy BIOS protocol related structures 2024-03-07 21:55:58 +01:00
d61fd4f9c7
Fix grim bug in PE/COFF image structures causing invalid data read from optional header 2024-03-02 00:56:38 +01:00
a57ae020fa
Implement PeGetFileSize(), PeGetImageSize() and PeUnloadImage() routines 2024-03-01 23:12:12 +01:00
17c50ea912
Redesign a way of storing module information; this allows to store more data in a single section, like license or a list of authors, as well as solves the problem with different module name lengths 2024-02-28 23:28:33 +01:00
4b34f7db4b
Update preprocessor macros 2024-02-28 23:11:45 +01:00
632bb30b64
Implement BlGetRandomValue() and BlInitializeEntropy() routines for future KASLR support 2024-02-26 23:06:44 +01:00
f9714a79e4
Add support for writing floating point values 2024-02-22 23:39:11 +01:00
4b2d8ded72
No parameters are expected, explicitly 2024-02-20 16:55:12 +01:00
83a976dd3a
Implement RtlCopyString() and RtlCopyWideString() routines 2024-02-20 16:25:16 +01:00
477e56e294
Move RtlFillMemory() routine to ntosdrv driver 2024-02-20 16:08:10 +01:00
246968045a
Use flags instead of dozen variables 2024-02-18 13:37:17 +01:00
8dd0e70dd9
Implement printf-alike wide string formatting mechanism, currently without floating point numbers support 2024-02-15 23:01:13 +01:00
8a62a2b367
Switch calling convention to stdcall 2024-02-14 14:53:32 +01:00
7e23484252
Implement RtlReverseWideString(), RtlTrimLeftWideString(), RtlTrimRightWideString() and RtlTrimWideString() routines 2024-02-14 14:46:34 +01:00
d964e4b408
Implement RtlConcatenateString(), RtlReverseString() and RtlTokenizeString() routines 2024-02-14 14:38:28 +01:00
55fb9e2eb1
Implement RtlGetBaseExponent() routine for getting base(10) exponent of a given floating point value 2024-02-14 00:02:04 +01:00
c096c5d6df
Add missing BITS_PER_BYTE definition 2024-02-13 16:58:30 +01:00
a852993842
Add missing forward references to math related routines 2024-02-13 16:25:41 +01:00
07d30e06e6
Add VA_LIST pointer type 2024-02-11 18:40:52 +01:00
0c6a602253
Add 64bit double type 2024-02-11 18:39:44 +01:00
4e7b003606
Add print context structure definition 2024-02-10 00:19:43 +01:00
73cd4bd4f2
Export runlevel related routines 2024-02-07 22:26:38 +01:00
0fc14f6f82
Export spinlock related routines 2024-02-07 22:19:34 +01:00
460ba7c857
Fix the filename used for exports 2024-02-07 17:15:23 +01:00
99abcd63d1
Implement basic kernel spinlock mechanism 2024-02-05 22:07:39 +01:00
badb16e37d
Add lock queue to processor control block 2024-02-05 19:21:19 +01:00
ec81294eba
Add spinlock queue levels 2024-02-04 19:27:16 +01:00
af687603d0
Add kernel stack guard pages definition 2024-02-04 19:21:42 +01:00
360ddd5405
Export new routines from ACPI module 2024-02-02 22:29:14 +01:00
1828acbc56
Implement AcGetSMBiosTable() and AcGetSMBios3Table() routines 2024-02-02 22:10:51 +01:00
082568ae10
Rename AcGetAcpiTable() to AcGetAcpiDescriptionPointer() 2024-02-02 22:04:58 +01:00
58a1fef3ad
Put other protocols routines into separate group 2024-02-01 19:05:34 +01:00
8a2e49ec60
Add initial version of ACPI module 2024-02-01 16:26:12 +01:00
508fd27e92
Implement BlGetConfigurationTable() routine 2024-01-31 16:25:43 +01:00
8e61503de1
Implement RtlCompareGuids() kernel routine 2024-01-31 16:08:06 +01:00
0c691a40e3
Update memory mapping related structures 2024-01-29 19:31:20 +01:00
d27a4cde4b
Implement BlGetVirtualAddress() and BlPhysicalListToVirtual() routines 2024-01-29 18:03:58 +01:00
8115ae07b6
Unify variable types across project; use common type for storing numer of pages 2024-01-29 16:17:51 +01:00
bfe2e3899a
Kernel parameters should be stored in wide char 2024-01-29 15:19:48 +01:00
8e61e95cc2
Implement BlPhysicalAddressToVirtual() routine 2024-01-28 23:16:01 +01:00
b8acfe1b66
Implement BlGetMappingsCount() routine 2024-01-28 17:26:20 +01:00
670a812649
Store number of mappings when mapping virtual memory 2024-01-28 17:01:44 +01:00
3c0a43d55a
Rework of EFI FrameBuffer module 2024-01-28 15:03:55 +01:00
4a67bc1230
Add one more character to dependency segment array for '\0' character 2024-01-27 20:31:04 +01:00
9ab4328c9d
Update XTBL_EXECUTABLE_IMAGE_PROTOCOL structure 2024-01-25 22:06:24 +01:00
269858f5a1
Implement and use BlGetEfiPath() routine to get valid EFI path 2024-01-23 20:56:58 +01:00
825c3b6f9a
Keep all paths in single place 2024-01-23 15:12:26 +01:00
435ee66ce1
Implement BlLoadEfiImage() and BlStartEfiImage() routines 2024-01-22 23:04:24 +01:00
7128159c42
Implement BlBuildPageMap() routine 2024-01-22 15:15:21 +01:00
22a7676b9b
Store boot loader image information and close EFI_LOADED_IMAGE_PROTOCOL afterwards 2024-01-22 15:11:56 +01:00