Page MenuHomeFreeBSD

dev-handbook: Split x86 assembly chapter into new article
ClosedPublic

Authored by mhorne on Jul 12 2024, 5:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 30, 9:49 PM
Unknown Object (File)
Sat, May 30, 9:57 AM
Unknown Object (File)
Tue, May 26, 4:45 AM
Unknown Object (File)
Sat, May 23, 10:59 PM
Unknown Object (File)
Thu, May 14, 8:36 AM
Unknown Object (File)
Thu, May 14, 6:47 AM
Unknown Object (File)
Thu, May 14, 6:47 AM
Unknown Object (File)
Wed, May 13, 11:56 PM
Subscribers

Details

Summary

The content of this chapter is niche, and has not been significantly
altered since its initial authorship in 2001. Still, it contains highly
detailed information that is still accurate on a largely
undocumented/esoteric topic. Therefore, it is worth preserving.

Moving this into a standalone article allows us to continue publishing
it while removing any expectation that the text should evolve or stay
up-to-date.

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mhorne created this revision.
This revision is now accepted and ready to land.Jul 14 2024, 12:26 AM

Complete the change by removing the content from the developers-handbook.

Do the same for the German and traditional Chinese versions of the document.

.po translations are still unhandled. I am looking into this.

This revision now requires review to proceed.Jul 18 2024, 4:16 PM

Rebase. Handle moving the new Russian translation.

If you move this to an article.
Please after putting it in production, remember to ask clusteradm@ to create a redirect in nginx

I didn't get very far yet, but a few comments so far. Thanks for inviting me!

documentation/content/en/articles/x86-assembly/_index.adoc
7

(I don't actually know what this field does, but I hope its for the search bar)
This page mentions assembly compilers and the linker, which seems like useful search term. No need to mention as since the characters are a subset of llvm-as. I think x86 has been retconned as ia32, so it may be helpful to tag that as well.

1419

this link looks dead since 2023

documentation/content/en/articles/x86-assembly/_index.adoc
1419

oops, I see now there's a stack of reviews

If you move this to an article.
Please after putting it in production, remember to ask clusteradm@ to create a redirect in nginx

Great suggestion, I will add this to my TODO.

documentation/content/en/articles/x86-assembly/_index.adoc
7

Same here, not sure. It seems to be a hugo thing; maybe it is for SEO.

By quick experiment, it is not the search bar. Nonetheless I'll add a few more tags in the next revision.

documentation/content/en/articles/x86-assembly/_index.adoc
7

Exactly, is for SEO

Shall I move ahead with this set of changes? If anyone wants me to wait on their review, please say so.

mhorne added inline comments.
documentation/content/en/articles/x86-assembly/_index.adoc
7

Done in D45962.

This revision was not accepted when it landed; it landed in state Needs Review.Tue, May 19, 2:26 PM
This revision was automatically updated to reflect the committed changes.
mhorne marked an inline comment as done.