summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2026-01-16 15:37:40 -0500
committerAlexander Taylor <alex@vector35.com>2026-01-16 16:33:32 -0500
commit6a29fc1d2cd2f33d0e8605edb6d3d30dbc63450c (patch)
tree5eb4c47b5e0ccc879f3cf91e0d6a91690fe639bd /arch
parent38a8d2f54dbb18fc44ac72afbb4ec2d9ba14872c (diff)
Update x86 arch README to remove outdated info.
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/x86/README.md b/arch/x86/README.md
index a3955bd8..6dc143fc 100644
--- a/arch/x86/README.md
+++ b/arch/x86/README.md
@@ -28,13 +28,9 @@ updates do not automatically uninstall your custom build.**
## XED
-XED is at commit afbb851b5f2f2ac6cdb6e6d9bebbaf2d4e77286d (April 15 2020)
+XED is submoduled into the `xed` sub-directory at the specific commit we build with.
-To update XED, first run `make download` to download the latest source and make necessary patches to it. Then run `make <platform>` to build xed for the selected platform. If everything works out, run `make clean_repo` to remove the downloaded mbuild and xed source.
-
-Update July 2020:
-
-Commit 9bdeca6d77065e5f1b23891655a26e510ffae74a changes the order of segement registers in the generated xed-reg-enum.h. If left unattended, this will cause database descrepency. Currently, we revert the commit 9bdeca6d77065e5f1b23891655a26e510ffae74a before building xed. This does not affect the xed's own functionality since the xed tests still pass without any issue.
+As of January 16, 2026, we do not maintain a patchset on top of this upstream dependency.
## License