Cite This Page
Bibliographic details for How to use vanilla kernel on APF51
- Page name: How to use vanilla kernel on APF51
- Author: ArmadeusWiki contributors
- Publisher: ArmadeusWiki, .
- Date of last revision: 7 November 2016 14:23 UTC
- Date retrieved: 3 April 2026 17:09 UTC
- Permanent URL: https://armadeus.org/wiki/index.php?title=How_to_use_vanilla_kernel_on_APF51&oldid=12306
- Page Version ID: 12306
Citation styles for How to use vanilla kernel on APF51
APA style
How to use vanilla kernel on APF51. (2016, November 7). ArmadeusWiki, . Retrieved 17:09, April 3, 2026 from https://armadeus.org/wiki/index.php?title=How_to_use_vanilla_kernel_on_APF51&oldid=12306.
MLA style
"How to use vanilla kernel on APF51." ArmadeusWiki, . 7 Nov 2016, 14:23 UTC. 3 Apr 2026, 17:09 <https://armadeus.org/wiki/index.php?title=How_to_use_vanilla_kernel_on_APF51&oldid=12306>.
MHRA style
ArmadeusWiki contributors, 'How to use vanilla kernel on APF51', ArmadeusWiki, , 7 November 2016, 14:23 UTC, <https://armadeus.org/wiki/index.php?title=How_to_use_vanilla_kernel_on_APF51&oldid=12306> [accessed 3 April 2026]
Chicago style
ArmadeusWiki contributors, "How to use vanilla kernel on APF51," ArmadeusWiki, , https://armadeus.org/wiki/index.php?title=How_to_use_vanilla_kernel_on_APF51&oldid=12306 (accessed April 3, 2026).
CBE/CSE style
ArmadeusWiki contributors. How to use vanilla kernel on APF51 [Internet]. ArmadeusWiki, ; 2016 Nov 7, 14:23 UTC [cited 2026 Apr 3]. Available from: https://armadeus.org/wiki/index.php?title=How_to_use_vanilla_kernel_on_APF51&oldid=12306.
Bluebook style
How to use vanilla kernel on APF51, https://armadeus.org/wiki/index.php?title=How_to_use_vanilla_kernel_on_APF51&oldid=12306 (last visited April 3, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "ArmadeusWiki",
title = "How to use vanilla kernel on APF51 --- ArmadeusWiki{,} ",
year = "2016",
url = "https://armadeus.org/wiki/index.php?title=How_to_use_vanilla_kernel_on_APF51&oldid=12306",
note = "[Online; accessed 3-April-2026]"
}
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 = "ArmadeusWiki",
title = "How to use vanilla kernel on APF51 --- ArmadeusWiki{,} ",
year = "2016",
url = "\url{https://armadeus.org/wiki/index.php?title=How_to_use_vanilla_kernel_on_APF51&oldid=12306}",
note = "[Online; accessed 3-April-2026]"
}