Commit Graph

874 Commits

Author SHA1 Message Date
74b2c80869
RtlCountLeadingZeroes64() should take 64bit value 2024-03-23 00:36:59 +01:00
9aff665d1a
Export RtlClearSetBits(), RtlFindClearBits(), RtlFindSetBits() and RtlSetClearBits() routines 2024-03-22 22:49:12 +01:00
715f842445
Implement RtlClearSetBits(), RtlFindClearBits(), RtlFindSetBits() and RtlSetClearBits() routines 2024-03-22 18:53:30 +01:00
7895cb0d32
Fix RtlClearBits() and RtlSetBits() 2024-03-21 21:36:33 +01: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
b6f915c0c5
Implement RtlClearBits() and RtlSetBits() routines 2024-03-19 19:53:49 +01:00
3cd55260e6
Expose BlEnterFirmwareSetup() routine via XTLDR protocol 2024-03-19 17:11:38 +01:00
e263effe13
Allow to reboot into UEFI Firmware setup interface after pressing F10 in the boot menu 2024-03-19 17:04:14 +01:00
94e6ca7aec
Implement BlEnterFirmwareSetup() routine 2024-03-19 16:50:04 +01:00
7b2a2565c5
Expose BlGetEfiVariable() and BlSetEfiVariable() routines via XTLDR protocol 2024-03-18 22:20:21 +01:00
6accf62552
Expose BlGetConfigBooleanValue() via XTLDR protocol 2024-03-18 22:16:20 +01:00
18c9cc1644
Remove unnecessary debug messages 2024-03-18 21:55:17 +01:00
12e8704ffb
Implement BlGetConfigBooleanValue() routine 2024-03-18 20:02:43 +01:00
bd02da30ef
Update XTLDR configuration file 2024-03-18 19:43:41 +01:00
1d26b81923
Store last booted OS in NVRAM and make it default one on next boot 2024-03-18 19:41:55 +01:00
ee23cd90cb
Implement BlGetEfiVariable() and BlSetEfiVariable() routines 2024-03-18 17:04:58 +01:00
713f826387
XTOS boot protocol should use builtin mapping function 2024-03-17 23:10:50 +01:00
db0e1d40aa
Allow boot protocols to supply own routine for converting EFI memory type into OS-specific memory type 2024-03-17 23:06:37 +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
26d5118cea
Add forward references to bit map related routines 2024-03-12 22:02:24 +01:00
067a8bbade
Export bit map related routines 2024-03-12 19:31:32 +01:00
c3831f82e7
Initial bit maps support 2024-03-12 19:15:02 +01:00
3a86ab1424
Remove duplicated code 2024-03-10 22:51:34 +01:00
bb44caee31
Implement HlPutCharacter() routine 2024-03-10 17:02:30 +01:00
4bff86c570
Add SSF 2.0 font header structure 2024-03-10 13:03:45 +01:00
d8ebd9f202
Add font to framebuffer data 2024-03-10 10:04:51 +01:00
cb4292dccf
Allow to use custom framebuffer fonts 2024-03-10 10:02:30 +01:00
a4d9e6dd8e
Optimize HlClearScreen() routine 2024-03-09 15:50:05 +01:00
a4c22ab5e8
Improvements to FrameBuffer support 2024-03-09 15:07:33 +01:00
475561b038
Add XTOS default framebuffer font (VGA Unicode by Dmitry Yu. Bolkhovityanov) 2024-03-08 20:20:21 +01:00
5814775c43
Add EFI legacy BIOS protocol related structures 2024-03-07 21:55:58 +01:00
7c210e8818
Improvements and fixes in framebuffer module 2024-03-07 16:19:05 +01:00
70a52adb8b
Don't even try to load a dependency modules with invalid name set 2024-03-02 22:59:20 +01:00
baaa729076
Correct typo in a comment 2024-03-02 22:27:32 +01:00
bd6516cdf9
Reallocate memory when updating existing config entry via BlSetConfigValue() 2024-03-02 17:15:37 +01:00
01983ef677
Small fixes to configuration parser 2024-03-02 16:54:28 +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
0c7cf6f6d3
Implement RtlInfiniteDouble() and RtlNanDouble() routines 2024-02-21 19:55:16 +01:00
562b89e4d4
No parameters are expected, explicitly 2024-02-20 16:59:57 +01:00
4b2d8ded72
No parameters are expected, explicitly 2024-02-20 16:55:12 +01:00