Cite This Page
Bibliographic details for Finding a problematic device driver
- Page name: Finding a problematic device driver
- Author: OS2World.Com Wiki contributors
- Publisher: OS2World.Com Wiki, .
- Date of last revision: 11 November 2017 23:43 UTC
- Date retrieved: 13 March 2021 22:19 UTC
- Permanent URL: https://www.os2world.com/wiki/index.php?title=Finding_a_problematic_device_driver&oldid=23238
- Page Version ID: 23238
Citation styles for Finding a problematic device driver
APA style
Finding a problematic device driver. (2017, November 11). OS2World.Com Wiki, . Retrieved22:19, March 13, 2021
from https://www.os2world.com/wiki/index.php?title=Finding_a_problematic_device_driver&oldid=23238.
MLA style
"Finding a problematic device driver." OS2World.Com Wiki, . 11 Nov 2017, 23:43 UTC.13 Mar 2021, 22:19
<https://www.os2world.com/wiki/index.php?title=Finding_a_problematic_device_driver&oldid=23238>.
MHRA style
OS2World.Com Wiki contributors, 'Finding a problematic device driver', OS2World.Com Wiki, , 11 November 2017, 23:43 UTC, <https://www.os2world.com/wiki/index.php?title=Finding_a_problematic_device_driver&oldid=23238> [accessed13 March 2021
]
Chicago style
OS2World.Com Wiki contributors, "Finding a problematic device driver," OS2World.Com Wiki, , https://www.os2world.com/wiki/index.php?title=Finding_a_problematic_device_driver&oldid=23238 (accessedMarch 13, 2021
).
CBE/CSE style
OS2World.Com Wiki contributors. Finding a problematic device driver [Internet]. OS2World.Com Wiki, ; 2017 Nov 11, 23:43 UTC [cited2021 Mar 13
]. Available from:
https://www.os2world.com/wiki/index.php?title=Finding_a_problematic_device_driver&oldid=23238.
Bluebook style
Finding a problematic device driver, https://www.os2world.com/wiki/index.php?title=Finding_a_problematic_device_driver&oldid=23238 (last visitedMarch 13, 2021
).
BibTeX entry
@misc{ wiki:xxx,
author = "OS2World.Com Wiki",
title = "Finding a problematic device driver --- OS2World.Com Wiki{,} ",
year = "2017",
url = "https://www.os2world.com/wiki/index.php?title=Finding_a_problematic_device_driver&oldid=23238",
note = "[Online; accessed 13-March-2021
]"
}
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 = "OS2World.Com Wiki",
title = "Finding a problematic device driver --- OS2World.Com Wiki{,} ",
year = "2017",
url = "\url{https://www.os2world.com/wiki/index.php?title=Finding_a_problematic_device_driver&oldid=23238}",
note = "[Online; accessed 13-March-2021
]"
}