hardware: Update pSeries entries
14.4 and 15.1 support little-endian pSeries. 15.0 has boot panic due to
bug in SLOF, but it should be reclassified as QEMU pSeries instead of
IBM.
Reviewed by: kbowling, ziaee
Signed-off-by: Minsoo Choo <minsoo at minsoo.io>
Differential Revision: https://reviews.freebsd.org/D57102
x86-assembly: generate/update .po files
Following the move of this chapter to a separate article.
I ran `tools/update_translate_template.sh` and discarded the irrelevant
changes.
Discussed with: ziaee, carlavilla
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D56430
x86-assembly: fix broken links
- For pages on the author's website (no longer active), use archive.org links
- For the textbook referenced, just give the title
- Use the 'link' macro everywhere
Reviewed by: 0mp, emaste (previous version)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45963
x86-assembly: update the article a bit
Minor tweaks for consistency/readability. Actual content is not touched.
- Replace references to "chapter" with "article".
- Add a NOTE of the historical nature of the document.
- Clarify assemblers available on FreeBSD.
- List the trademarks used in the article, and reduce the (R) symbol
usage. Per the Doc Primer, it only needs to be emitted with the first
usage of the trademark.
- Add more tags for SEO
Reviewed by: 0mp, emaste (previous version)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45962
dev-handbook: Split x86 assembly chapter into new article
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.
Move this to a standalone article. This allows us to continue publishing
it while removing any expectation that the text should evolve or stay
up-to-date.
Discussed with: ziaee, carlavilla
Reviewed by: emaste (previous version)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45961
Website - i18n: fix "Legacy Release" keyword
Reapply 5636b2ce2754, which makes the keyword in the releases sidenav
translatable. This got lost in the website refresh.
While here, drop the entry for 13.5, which also reappeared. This
recently went EOL.
Reported by: vladlen