e80927c5d3
Fix undefined behavior and NULL pointer in boot loader OS list renderer
Builds / ExectOS (amd64) (push) Successful in 33s
Builds / ExectOS (i686) (push) Successful in 32s
2024-04-27 00:42:25 +02:00
18c9cc1644
Remove unnecessary debug messages
Builds / ExectOS (amd64) (push) Successful in 33s
Builds / ExectOS (i686) (push) Successful in 32s
2024-03-18 21:55:17 +01:00
12e8704ffb
Implement BlGetConfigBooleanValue() routine
Builds / ExectOS (i686) (push) Successful in 32s
Builds / ExectOS (amd64) (push) Successful in 34s
2024-03-18 20:02:43 +01:00
1d26b81923
Store last booted OS in NVRAM and make it default one on next boot
Builds / ExectOS (amd64) (push) Successful in 35s
Builds / ExectOS (i686) (push) Successful in 33s
2024-03-18 19:41:55 +01:00
a70df7cbf8
Properly print status codes
Builds / ExectOS (amd64) (push) Successful in 26s
Builds / ExectOS (i686) (push) Successful in 26s
2024-02-16 23:01:29 +01:00
c99bd73dfd
Use uppercase when printing status codes
Builds / ExectOS (i686) (push) Successful in 31s
Builds / ExectOS (amd64) (push) Successful in 34s
2024-02-16 22:03:00 +01:00
269858f5a1
Implement and use BlGetEfiPath() routine to get valid EFI path
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Successful in 27s
2024-01-23 20:56:58 +01:00
9f739df595
There is no need to allocate so much memory
Builds / ExectOS (amd64) (push) Successful in 31s
Builds / ExectOS (i686) (push) Successful in 29s
2024-01-23 20:53:26 +01:00
eec318a362
Reformat code
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Successful in 27s
2024-01-23 15:38:52 +01:00
22a7676b9b
Store boot loader image information and close EFI_LOADED_IMAGE_PROTOCOL afterwards
Builds / ExectOS (amd64) (push) Failing after 15s
Builds / ExectOS (i686) (push) Failing after 15s
2024-01-22 15:11:56 +01:00
8f40683270
Rename memory related routines to follow naming convention
Builds / ExectOS (amd64) (push) Successful in 29s
Builds / ExectOS (i686) (push) Successful in 25s
2024-01-15 15:13:34 +01:00
4412d4fc98
Rewrite core of the XTLDR boot loader
...
Builds / ExectOS (amd64) (push) Successful in 1m1s
Builds / ExectOS (i686) (push) Successful in 29s
Reviewed-on: #7
Reviewed-by: Piotr Likoski <likoski@noreply.codingworkshop.git>
Co-authored-by: Rafal Kupiec <belliash@codingworkshop.eu.org>
Co-committed-by: Rafal Kupiec <belliash@codingworkshop.eu.org>
2024-01-09 18:51:04 +01:00
d7fbe531fd
Improvements in string and wide string support
...
Builds / ExectOS (amd64) (push) Successful in 29s
Builds / ExectOS (i686) (push) Successful in 28s
* Implement RtlCompareString(), RtlCompareStringInsensitive(), RtlCompareWideString() and RtlCompareWideStringInsensitive()
* Rename some routines t omatch naming conventions
* Switch to CHAR in string operations
2023-12-06 23:00:18 +01:00
a2af4841da
Move all globals into separate file
Builds / ExectOS (amd64) (push) Successful in 30s
Builds / ExectOS (i686) (push) Successful in 30s
2023-11-16 17:39:12 +01:00
27e2fdf4f2
Introduce architecture library as new kernel subsystem and move selected routines into new subsystem
ci/woodpecker/push/build Pipeline was successful
2023-01-28 10:34:55 +01:00
87d8300c6a
Remove no longer needed EfiLoaderStack global variable
ci/woodpecker/push/build Pipeline was successful
2023-01-15 18:54:31 +01:00
9a52be5ab9
Print a reason why module failed to load
ci/woodpecker/push/build Pipeline was successful
2023-01-15 18:53:09 +01:00
350df87bcc
Do not start services as this only slows down boot process significantly
ci/woodpecker/push/build Pipeline was successful
2023-01-10 22:55:40 +01:00
f19afbddb7
Do not create new bootloader stack as it is not needed any longer and kernel will use its own stack
ci/woodpecker/push/build Pipeline was successful
2023-01-03 23:04:11 +01:00
b6b25ed04d
Initialize serial port only debugging enabled
ci/woodpecker/push/build Pipeline was successful
2023-01-01 19:20:34 +01:00
6d77ff42c5
Loop over halt; add missing calling convention
ci/woodpecker/push/build Pipeline was successful
2022-12-27 20:12:59 +01:00
5b75d005a7
Implement HlClearInterruptFlag() and HlSetInterruptFlag() intrinsic routines
ci/woodpecker/push/build Pipeline was successful
2022-12-27 18:54:01 +01:00
7496c7203d
Add missing routines documentation
ci/woodpecker/push/build Pipeline was successful
2022-12-22 23:29:16 +01:00
4d68b93ed3
Small code formatting and refactoring
ci/woodpecker/push/build Pipeline was successful
2022-12-22 23:19:23 +01:00
cf828a6896
Fill in kernel initialization block
ci/woodpecker/push/build Pipeline was successful
2022-12-21 20:04:20 +01:00
9f4db475bb
Implement HlHalt() intrinsic routine and add basic definitions for kernel services
ci/woodpecker/push/build Pipeline was successful
2022-12-11 23:09:35 +01:00
0572b208f1
Add full paging support for AMD64 and i686 architectures, including PAE support
ci/woodpecker/push/build Pipeline was successful
2022-12-11 20:14:04 +01:00
900e86c9da
Create new stack and then boot XTOS, export more routines with the loader protocol
ci/woodpecker/push/build Pipeline failed
2022-12-07 20:34:16 +01:00
0db01053ab
Code formatting
ci/woodpecker/push/build Pipeline was successful
2022-11-16 20:06:52 +01:00
5c5c6b7a5e
Initiate boot up sequence
ci/woodpecker/push/build Pipeline was successful
2022-11-07 20:41:21 +01:00
c8f99ad6ed
Initial PE/COFF support for loading image files
ci/woodpecker/push/build Pipeline was successful
2022-11-06 19:59:38 +01:00
727825572a
Print XTLDR version
ci/woodpecker/push/build Pipeline was successful
2022-10-23 22:36:12 +02:00
1b310e46f8
Print firmware information, not only secure boot status
ci/woodpecker/push/build Pipeline was successful
2022-10-17 22:42:06 +02:00
c60a46967f
Copy module path; this fixes modules loading on i686
ci/woodpecker/push/build Pipeline was successful
2022-10-16 23:49:40 +02:00
3fa2ec90aa
Refactor code and fix loader protocol support
ci/woodpecker/push/build Pipeline failed
2022-10-12 23:09:19 +02:00
09e58d0b67
Implement BlEfiGetSecureBootStatus() to get SecureBoot status
ci/woodpecker/push/build Pipeline was successful
2022-10-12 15:47:41 +02:00
9e7c041f41
Implement XTLDR modules support
ci/woodpecker/push/build Pipeline was successful
2022-10-11 23:03:29 +02:00
109c24f389
Initial support for xtldr modules and bootloader protocol
ci/woodpecker/push/build Pipeline failed
2022-09-17 00:14:09 +02:00
756763d8ca
Discover and enumerate EFI block devices
ci/woodpecker/push/build Pipeline was successful
2022-08-21 19:44:49 +02:00
18d5a6d794
Insert new lines in every debug message
ci/woodpecker/push/build Pipeline was successful
2022-08-19 23:46:08 +02:00
a6d892bf08
Initialize console without error reporting and allow serial port configuration to be passed via EFI shell
ci/woodpecker/push/build Pipeline was successful
2022-08-13 13:25:29 +02:00
ba1efee47e
Disable watchdog timer
ci/woodpecker/push/build Pipeline was successful
2022-08-11 19:19:55 +02:00
5a56959333
Consider EFI as unsupported implementation when console initialization fails
ci/woodpecker/push/build Pipeline was successful
2022-08-11 18:32:43 +02:00
075c85d0ff
Add missing comments
ci/woodpecker/push/build Pipeline was successful
2022-08-10 16:31:09 +02:00
a961ac1e69
Implement BlDbgPrint() for printing debug messages to the serial console and rename loader entry point
ci/woodpecker/push/build Pipeline was successful
2022-08-09 22:27:15 +02:00
3e4f0b8aff
Add support for formatting and printing strings
ci/woodpecker/push/build Pipeline was successful
2022-08-05 15:00:34 +02:00
9d7491c732
EFI default console support
ci/woodpecker/push/build Pipeline was successful
2022-08-03 22:36:31 +02:00
09e4edc026
Add EFI bootloader subproject
ci/woodpecker/push/build Pipeline was successful
2022-08-03 10:45:22 +02:00