Commit Graph

315 Commits

Author SHA1 Message Date
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
632bb30b64 Implement BlGetRandomValue() and BlInitializeEntropy() routines for future KASLR support 2024-02-26 23:06:44 +01:00
2dd4048416 Switch GUID specifier to %v and %V, thus allowing to write string with both lower and uppercase 2024-02-17 22:52:49 +01:00
430557e08f Fix printing hard drive GUID 2024-02-16 23:05:24 +01:00
a70df7cbf8 Properly print status codes 2024-02-16 23:01:29 +01:00
70c66a5d70 Code formatting 2024-02-16 22:44:19 +01:00
789e9d64f4 Properly print PA & VA addresses 2024-02-16 22:40:36 +01:00
98acc6f3d4 Use uppercase when printing status codes 2024-02-16 22:09:38 +01:00
6d66629124 Cleanup after switching to new way of printing formatted strings 2024-02-16 22:04:17 +01:00
c99bd73dfd Use uppercase when printing status codes 2024-02-16 22:03:00 +01:00
8ddd6137da XTLDR console/debug print refactor 2024-02-16 15:09:18 +01:00
5de4d7a7f5 Use new string formatting mechanism in the boot loader 2024-02-15 23:32:23 +01:00
f25a233d12 Make a use of ACPI module 2024-02-02 23:36:51 +01:00
360ddd5405 Export new routines from ACPI module 2024-02-02 22:29:14 +01:00
0d4a4d3873 Link ACPI module against libxtos 2024-02-02 22:11:47 +01:00
1828acbc56 Implement AcGetSMBiosTable() and AcGetSMBios3Table() routines 2024-02-02 22:10:51 +01:00
4fa5b8f2a5 Implement AcGetApicBase() 2024-02-02 22:07:28 +01:00
082568ae10 Rename AcGetAcpiTable() to AcGetAcpiDescriptionPointer() 2024-02-02 22:04:58 +01:00
8a2e49ec60 Add initial version of ACPI module 2024-02-01 16:26:12 +01:00
f55bdb6274 Correct module description 2024-01-31 18:24:42 +01:00
508fd27e92 Implement BlGetConfigurationTable() routine 2024-01-31 16:25:43 +01:00
48d1e7f04c Properly copy kernel parameters into the loader block 2024-01-29 19:41:52 +01:00
8f7641d91f Pass memory mapping information to the kernel 2024-01-29 19:40:05 +01:00
a72f87e731 Update memory mapping related structures for i686 architecture 2024-01-29 19:35:30 +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
8e61e95cc2 Implement BlPhysicalAddressToVirtual() routine 2024-01-28 23:16:01 +01:00
170d1c71c9 Map EfiReservedMemoryType to LoaderSpecialMemory 2024-01-28 22:10:21 +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
2e12d30aa4 Cleanup old XTOS boot protocol module 2024-01-28 15:54:01 +01:00
4f657b4574 Add missing routine descriptions 2024-01-28 15:46:26 +01:00
d6b207052b Add 9 characters to switch to next dependency as it was increased in 4a67bc1230 2024-01-28 15:22:26 +01:00
3c0a43d55a Rework of EFI FrameBuffer module 2024-01-28 15:03:55 +01:00
767ed21288 Correct module description 2024-01-25 22:26:02 +01:00
73bd43d16d Unify naming convention 2024-01-25 22:25:23 +01:00
7a65b37f96 Implement new module providing a basic support for PE/COFF executables 2024-01-25 22:04:30 +01:00
33e25f881e Update debug message 2024-01-23 22:20:31 +01:00
9421eee002 Implement chain loader module 2024-01-23 22:04:57 +01:00
269858f5a1 Implement and use BlGetEfiPath() routine to get valid EFI path 2024-01-23 20:56:58 +01:00
9f739df595 There is no need to allocate so much memory 2024-01-23 20:53:26 +01:00
eec318a362 Reformat code 2024-01-23 15:38:52 +01:00
f2887dba1f Rename XtLdrProtocol variable 2024-01-23 15:17:39 +01:00
f2ab4894a5 Use correct paths in debug messages 2024-01-23 15:14:50 +01:00
435ee66ce1 Implement BlLoadEfiImage() and BlStartEfiImage() routines 2024-01-22 23:04:24 +01:00
6733e092ba Add missing comment 2024-01-22 20:47:49 +01:00
9fe347fd0a Correct comments 2024-01-22 20:42:29 +01:00
af400920d0 Make a use of BlBuildPageMap() 2024-01-22 15:20:22 +01:00
0c3aee829a Add missing forward reference 2024-01-22 15:16:39 +01:00