Cite This Page
Bibliographic details for Dynamic Linker
- Page name: Dynamic Linker
- Author: OSDev.wiki contributors
- Publisher: OSDev.wiki.
- Date of last revision: 9 June 2024 05:21 UTC
- Date retrieved: 13 January 2025 22:44 UTC
- Permanent URL: https://osdev.wiki/wiki/Dynamic_Linker?oldid=26504
- Page Version ID: 26504
Citation styles for Dynamic Linker
APA style
Dynamic Linker. (2024, June 9). OSDev.wiki. Retrieved 22:44, January 13, 2025 from https://osdev.wiki/wiki/Dynamic_Linker?oldid=26504.
MLA style
"Dynamic Linker." OSDev.wiki. 9 Jun 2024, 05:21 UTC. 13 Jan 2025, 22:44 <https://osdev.wiki/wiki/Dynamic_Linker?oldid=26504>.
MHRA style
OSDev.wiki contributors, 'Dynamic Linker', OSDev.wiki, 9 June 2024, 05:21 UTC, <https://osdev.wiki/wiki/Dynamic_Linker?oldid=26504> [accessed 13 January 2025]
Chicago style
OSDev.wiki contributors, "Dynamic Linker," OSDev.wiki, https://osdev.wiki/wiki/Dynamic_Linker?oldid=26504 (accessed January 13, 2025).
CBE/CSE style
OSDev.wiki contributors. Dynamic Linker [Internet]. OSDev.wiki; 2024 Jun 9, 05:21 UTC [cited 2025 Jan 13]. Available from: https://osdev.wiki/wiki/Dynamic_Linker?oldid=26504.
Bluebook style
Dynamic Linker, https://osdev.wiki/wiki/Dynamic_Linker?oldid=26504 (last visited January 13, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "OSDev.wiki", title = "Dynamic Linker --- OSDev.wiki{,} ", year = "2024", url = "https://osdev.wiki/wiki/Dynamic_Linker?oldid=26504", note = "[Online; accessed 13-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 = "Dynamic Linker --- OSDev.wiki{,} ", year = "2024", url = "\url{https://osdev.wiki/wiki/Dynamic_Linker?oldid=26504}", note = "[Online; accessed 13-January-2025]" }