Pedro Valadés perikiyoxd
perikiyoxd pushed to master at perikiyoxd/exectos 2025-08-18 18:04:21 +02:00
2e0a87e596 Use __asm__ to comply with disabled GNU extensions
030575592c Revert 'Fix broken HlpInitializeAcpiSystemDescriptionTable implementation'
88fba6d408 revert 'Fix broken HlpInitializeAcpiSystemDescriptionTable declaration'
2375a653fe Resolve potential PDE conflict in non-PAE boot path
bf291613a3 Add debug messages to display PML set by bootloader
Compare 196 commits »
perikiyoxd commented on pull request xt-sys/xtchain#10 2025-07-09 20:47:45 +02:00
Add Windows support and clean up toolchain

A better prompt that resembles the original one. Git support is "partial".

# Invoke shell with fancy prompt
function global:prompt {
    $toolchain = " XT Toolchain "
    $cwd =
perikiyoxd created repository perikiyoxd/xtchain 2025-03-20 18:28:56 +01:00
perikiyoxd commented on issue xt-sys/xtchain#8 2025-03-20 18:27:58 +01:00
Cleanup the toolchain

XTChain's CMake

The XTChain-built version of CMake introduces a custom watermark by modifying the CMake_VERSION variable. This change is introduced in the `patches\cmake\v3.29.3\001-add-xtc-ve…

perikiyoxd commented on pull request xt-sys/exectos#9 2024-05-07 12:35:04 +02:00
Saving processor features in the processor control block

The conflicting changes are flawed against the PR.

When taking upstream changes: image When overriding upstream with PR changes: ![image…

perikiyoxd created pull request xt-sys/exectos#9 2024-05-06 18:01:52 +02:00
Saving processor features in the processor control block
perikiyoxd pushed to implement-ArpIdentifyProcessor at perikiyoxd/exectos 2024-05-06 17:56:41 +02:00
363e100493 Saving processor features in the processor control block
perikiyoxd pushed to implement-ArpIdentifyProcessor at perikiyoxd/exectos 2024-05-06 17:29:30 +02:00
767b0cb000 Saving processor features in the processor control block
perikiyoxd pushed to implement-ArpIdentifyProcessor at perikiyoxd/exectos 2024-05-06 17:20:41 +02:00
d8e50bde48 Complete ArpIdentifyProcessor unimplemented logic
a53f53263d Add missing CPU_FEATURES typedef
d13bdf3930 Add CPU features to PRCB
e28ab2fbed Add CPU features struct
243aacc9c1 Cleanup thread context initialization code
Compare 6 commits »
perikiyoxd pushed to implement-ArpIdentifyProcessor at perikiyoxd/exectos 2024-05-06 17:17:16 +02:00
b8fa862066 Complete ArpIdentifyProcessor unimplemented logic
bde7f644ba Add missing CPU_FEATURES typedef
16a94def2d Add CPU features to PRCB
c8cf84d5dc Add CPU features struct
Compare 4 commits »
perikiyoxd created branch implement-ArpIdentifyProcessor in perikiyoxd/exectos 2024-05-06 17:17:15 +02:00
perikiyoxd created repository perikiyoxd/exectos 2024-05-06 17:16:39 +02:00