Commit Graph

127 Commits

Author SHA1 Message Date
7704e5d399
Initial kernel ACPI support 2024-06-04 16:24:13 +02:00
db5d6c42c9
Rework AcpChecksumTable() routine into AcpValidateAcpiTable() 2024-06-03 23:31:33 +02:00
54b7e46f1b
Simplify AcGetAcpiTable() routine a bit 2024-06-03 23:24:54 +02:00
f265810a5c
Fix AcGetAcpiTable() routine failing to validate FADT checksum on some ACPI 2.0 and older machines 2024-06-03 21:58:19 +02:00
9124574bc5
Fixes and improvements to ACPI related structures and definitions 2024-06-03 21:17:31 +02:00
7f922dd864
Let XTLDR provide ACPI system resource 2024-06-02 22:30:52 +02:00
29ff9e114e
Mark XtMapHardwareMemoryPool() routine private 2024-06-02 17:34:30 +02:00
c1ab5fe98d
Cleanup hardware allocation memory pool related code for i686 2024-06-02 17:32:39 +02:00
6176ca38a8
Cleanup hardware allocation memory pool related code 2024-06-02 17:29:31 +02:00
f968eb21fd
Cleanup the code 2024-05-27 22:20:53 +02:00
7f8846f23d
Map memory for hardware layer on i686 2024-05-27 22:17:30 +02:00
ae243a9d07
Map memory for hardware layer on amd64 2024-05-27 21:54:21 +02:00
5221db2e63
Rename LOADER_MEMORY_MAPPING structure to more meaningful LOADER_MEMORY_DESCRIPTOR 2024-05-23 19:00:50 +02:00
28903e0c10
Add missing forward reference for AcGetAcpiTable() routine 2024-05-20 15:34:49 +02:00
ac33b86c3d
Implement AcGetAcpiTable() routine 2024-05-19 23:45:28 +02:00
34cc81c446
Provide framebuffer information via system resource 2024-05-18 17:06:44 +02:00
c576f7f8f2
Provide pixel information to the kernel 2024-05-12 22:28:06 +02:00
615a1457bf
Fixes to FbpGetPixelInformation() and FbpGetColorMask() routines 2024-05-12 22:20:22 +02:00
ab618f95b9
Use dedicated GUID for DUMMYOS boot protocol 2024-04-29 13:48:01 +02:00
a4bb5a8ecc
Correct formatting 2024-04-29 12:35:32 +02:00
170b11f7a2
Change OS boot identifier, to be able to load both 'dummy' and 'xtos' modules at the same time 2024-04-29 12:31:18 +02:00
7193e698f1
Store page map level 2024-04-07 17:49:24 +02:00
388ac1a8c2
Properly, recursively self map page tables on i686 architecture 2024-04-07 17:11:14 +02:00
0af3a01acf
Pass compatible pointer type to fix compiler warning 2024-04-07 10:50:21 +02:00
1305672875
Properly, recursively self map page tables; currently only for AMD64 and PML4 2024-04-05 00:26:41 +02:00
56d50ea2e8
Implement EDID support for getting the preferred screen resolution 2024-03-21 15:40:09 +01:00
eb75a27ac2
Use common handle and properly close GOP protocol on failures 2024-03-21 06:59:05 +01:00
713f826387
XTOS boot protocol should use builtin mapping function 2024-03-17 23:10:50 +01:00
41ebabcb09
Provide only necessary framebuffer information to the kernel 2024-03-15 16:46:53 +01:00
945b323606
Initialize framebuffer earlier and reset video screen mode to circumvent buggy firmwares 2024-03-15 15:46:45 +01:00
848731c9e6
Introduce ability to change screen resolution 2024-03-15 15:12:12 +01:00
662b49d96e
Remove unneeded infinite loop 2024-03-13 16:34:47 +01:00
e6736087ba
Corrections in printing debug messages 2024-03-13 15:55:03 +01:00
a4c22ab5e8
Improvements to FrameBuffer support 2024-03-09 15:07:33 +01:00
7c210e8818
Improvements and fixes in framebuffer module 2024-03-07 16:19:05 +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
a70df7cbf8
Properly print status codes 2024-02-16 23:01:29 +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
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
48d1e7f04c
Properly copy kernel parameters into the loader block 2024-01-29 19:41:52 +01:00