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: 9 May 2016 02:58 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=14315
- Page Version ID: 14315
Citation styles for Finding a problematic device driver
APA style
Finding a problematic device driver. (2016, May 9). OS2World.Com Wiki, . Retrieved22:19, March 13, 2021
from https://www.os2world.com/wiki/index.php?title=Finding_a_problematic_device_driver&oldid=14315.
MLA style
"Finding a problematic device driver." OS2World.Com Wiki, . 9 May 2016, 02:58 UTC.13 Mar 2021, 22:19
<https://www.os2world.com/wiki/index.php?title=Finding_a_problematic_device_driver&oldid=14315>.
MHRA style
OS2World.Com Wiki contributors, 'Finding a problematic device driver', OS2World.Com Wiki, , 9 May 2016, 02:58 UTC, <https://www.os2world.com/wiki/index.php?title=Finding_a_problematic_device_driver&oldid=14315> [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=14315 (accessedMarch 13, 2021
).
CBE/CSE style
OS2World.Com Wiki contributors. Finding a problematic device driver [Internet]. OS2World.Com Wiki, ; 2016 May 9, 02:58 UTC [cited2021 Mar 13
]. Available from:
https://www.os2world.com/wiki/index.php?title=Finding_a_problematic_device_driver&oldid=14315.
Bluebook style
Finding a problematic device driver, https://www.os2world.com/wiki/index.php?title=Finding_a_problematic_device_driver&oldid=14315 (last visitedMarch 13, 2021
).
BibTeX entry
@misc{ wiki:xxx,
author = "OS2World.Com Wiki",
title = "Finding a problematic device driver --- OS2World.Com Wiki{,} ",
year = "2016",
url = "https://www.os2world.com/wiki/index.php?title=Finding_a_problematic_device_driver&oldid=14315",
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 = "2016",
url = "\url{https://www.os2world.com/wiki/index.php?title=Finding_a_problematic_device_driver&oldid=14315}",
note = "[Online; accessed 13-March-2021
]"
}