Cite This Page
Bibliographic details for Linkers
- Page name: Linkers
- Author: OSDev.wiki contributors
- Publisher: OSDev.wiki.
- Date of last revision: 10 August 2020 05:21 UTC
- Date retrieved: 22 January 2025 21:33 UTC
- Permanent URL: https://osdev.wiki/wiki/Linkers?oldid=6224
- Page Version ID: 6224
Citation styles for Linkers
APA style
Linkers. (2020, August 10). OSDev.wiki. Retrieved 21:33, January 22, 2025 from https://osdev.wiki/wiki/Linkers?oldid=6224.
MLA style
"Linkers." OSDev.wiki. 10 Aug 2020, 05:21 UTC. 22 Jan 2025, 21:33 <https://osdev.wiki/wiki/Linkers?oldid=6224>.
MHRA style
OSDev.wiki contributors, 'Linkers', OSDev.wiki, 10 August 2020, 05:21 UTC, <https://osdev.wiki/wiki/Linkers?oldid=6224> [accessed 22 January 2025]
Chicago style
OSDev.wiki contributors, "Linkers," OSDev.wiki, https://osdev.wiki/wiki/Linkers?oldid=6224 (accessed January 22, 2025).
CBE/CSE style
OSDev.wiki contributors. Linkers [Internet]. OSDev.wiki; 2020 Aug 10, 05:21 UTC [cited 2025 Jan 22]. Available from: https://osdev.wiki/wiki/Linkers?oldid=6224.
Bluebook style
Linkers, https://osdev.wiki/wiki/Linkers?oldid=6224 (last visited January 22, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "OSDev.wiki", title = "Linkers --- OSDev.wiki{,} ", year = "2020", url = "https://osdev.wiki/wiki/Linkers?oldid=6224", note = "[Online; accessed 22-January-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "OSDev.wiki", title = "Linkers --- OSDev.wiki{,} ", year = "2020", url = "\url{https://osdev.wiki/wiki/Linkers?oldid=6224}", note = "[Online; accessed 22-January-2025]" }