d510mo.html 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <style type="text/css">
  7. @import url('../css/main.css');
  8. </style>
  9. <title>Intel D510MO desktop board</title>
  10. </head>
  11. <body>
  12. <div class="section">
  13. <h1 id="pagetop">Intel D510MO desktop board</h1>
  14. <p>
  15. This is a desktop board using intel hardware (circa ~2009, ICH7 southbridge, similar performance-wise to the Libreboot X200. It can make for quite a nifty desktop. Powered by libreboot.
  16. </p>
  17. <p>
  18. NOTE: This board has a working framebuffer in Grub, but in GNU/Linux in native resolution the display is unusable due to some raminit issues.
  19. This board can however be used for building a headless server.
  20. </p>
  21. <p>
  22. Flashing instructions can be found at <a href="../install/d510mo.html">../install/d510mo.html</a>
  23. </p>
  24. </div>
  25. <div class="section">
  26. <p>
  27. Copyright &copy; 2016 Leah Rowe &lt;info@minifree.org&gt;<br/>
  28. Permission is granted to copy, distribute and/or modify this document
  29. under the terms of the GNU Free Documentation License, Version 1.3
  30. or any later version published by the Free Software Foundation;
  31. with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
  32. A copy of the license can be found at <a href="../gfdl-1.3.txt">../gfdl-1.3.txt</a>
  33. </p>
  34. <p>
  35. Updated versions of the license (when available) can be found at
  36. <a href="https://www.gnu.org/licenses/licenses.html">https://www.gnu.org/licenses/licenses.html</a>
  37. </p>
  38. <p>
  39. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
  40. EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
  41. AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
  42. ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
  43. IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
  44. WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
  45. PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
  46. ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
  47. KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
  48. ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
  49. </p>
  50. <p>
  51. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
  52. TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
  53. NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
  54. INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
  55. COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
  56. USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
  57. ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
  58. DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
  59. IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
  60. </p>
  61. <p>
  62. The disclaimer of warranties and limitation of liability provided
  63. above shall be interpreted in a manner that, to the extent
  64. possible, most closely approximates an absolute disclaimer and
  65. waiver of all liability.
  66. </p>
  67. </div>
  68. </body>
  69. </html>