Cite This Page
Bibliographic details for Loading files under UEFI
- Page name: Loading files under UEFI
- Author: OSDev.wiki contributors
- Publisher: OSDev.wiki.
- Date of last revision: 9 June 2024 04:34 UTC
- Date retrieved: 11 February 2025 14:46 UTC
- Permanent URL: https://osdev.wiki/wiki/Loading_files_under_UEFI?oldid=26303
- Page Version ID: 26303
Citation styles for Loading files under UEFI
APA style
Loading files under UEFI. (2024, June 9). OSDev.wiki. Retrieved 14:46, February 11, 2025 from https://osdev.wiki/wiki/Loading_files_under_UEFI?oldid=26303.
MLA style
"Loading files under UEFI." OSDev.wiki. 9 Jun 2024, 04:34 UTC. 11 Feb 2025, 14:46 <https://osdev.wiki/wiki/Loading_files_under_UEFI?oldid=26303>.
MHRA style
OSDev.wiki contributors, 'Loading files under UEFI', OSDev.wiki, 9 June 2024, 04:34 UTC, <https://osdev.wiki/wiki/Loading_files_under_UEFI?oldid=26303> [accessed 11 February 2025]
Chicago style
OSDev.wiki contributors, "Loading files under UEFI," OSDev.wiki, https://osdev.wiki/wiki/Loading_files_under_UEFI?oldid=26303 (accessed February 11, 2025).
CBE/CSE style
OSDev.wiki contributors. Loading files under UEFI [Internet]. OSDev.wiki; 2024 Jun 9, 04:34 UTC [cited 2025 Feb 11]. Available from: https://osdev.wiki/wiki/Loading_files_under_UEFI?oldid=26303.
Bluebook style
Loading files under UEFI, https://osdev.wiki/wiki/Loading_files_under_UEFI?oldid=26303 (last visited February 11, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "OSDev.wiki", title = "Loading files under UEFI --- OSDev.wiki{,} ", year = "2024", url = "https://osdev.wiki/wiki/Loading_files_under_UEFI?oldid=26303", note = "[Online; accessed 11-February-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 = "Loading files under UEFI --- OSDev.wiki{,} ", year = "2024", url = "\url{https://osdev.wiki/wiki/Loading_files_under_UEFI?oldid=26303}", note = "[Online; accessed 11-February-2025]" }