mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 11:11:35 +01:00
This commit is contained in:
20
p51.html
20
p51.html
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="generator" content="Asciidoctor 2.0.11">
|
||||
<meta name="description" content="The perfect emulation setup to study and develop the <<linux-kernel>> v5.9.2, kernel modules, <<qemu-buildroot-setup,QEMU>>, <<gem5-buildroot-setup,gem5>> and x86_64, ARMv7 and ARMv8 <<userland-assembly,userland>> and <<baremetal-setup,baremetal>> assembly, <<c,ANSI C>>, <<cpp,C++>> and <<posix,POSIX>>. <<gdb>> and <<kgdb>> just work. Powered by <<about-the-qemu-buildroot-setup,Buildroot>> and <<about-the-baremetal-setup,crosstool-NG>>. Highly automated. Thoroughly documented. Automated <<test-this-repo,tests>>. "Tested" in an Ubuntu 20.04 host.">
|
||||
<meta name="description" content="The perfect emulation setup to study and develop the <<linux-kernel>> v5.9.2, kernel modules, <<qemu-buildroot-setup,QEMU>>, <<gem5-buildroot-setup,gem5>> and x86_64, ARMv7 and ARMv8 <<userland-assembly,userland>> and <<baremetal-setup,baremetal>> assembly, <<c,ANSI C>>, <<cpp,C++>> and <<posix,POSIX>>. EVERYTHING is built from source. <<gdb>> and <<kgdb>> just work. Powered by <<about-the-qemu-buildroot-setup,Buildroot>> and <<about-the-baremetal-setup,crosstool-NG>>. Highly automated. Thoroughly documented. Automated <<test-this-repo,tests>>. "Tested" in an Ubuntu 20.04 host.">
|
||||
<title>Linux Kernel Module Cheat</title>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
|
||||
<style>
|
||||
@@ -473,7 +473,7 @@ pre{ white-space:pre }
|
||||
<div class="quoteblock">
|
||||
<blockquote>
|
||||
<div class="paragraph">
|
||||
<p>Lenovo ThinkPad P51 laptop with CPU: <a href="intel-core-i7-7820hq-cpu.html">Intel Core i7-7820HQ</a> (4 cores / 8 threads, 2.90 GHz base, 8 MB cache), DRAM: 2x <a href="samsung-m471a2k43bb1-crc-16gb-dram.html">Samsung M471A2K43BB1-CRC</a> (2x 16GiB, 2400 Mbps), SSD: <a href="samsung-mzvlb512hajq-000l7-512gb-ssd.html">Samsung MZVLB512HAJQ-000L7</a> (512GB, 3,000 MB/s).</p>
|
||||
<p>Lenovo ThinkPad P51 laptop with CPU: <a href="intel-core-i7-7820hq-cpu.html">Intel Core i7-7820HQ</a> (4 cores / 8 threads, 2.90 GHz base, 8 MB cache), DRAM: 2x Samsung M471A2K43BB1-CRC (2x 16GiB, 2400 Mbps), SSD: Samsung MZVLB512HAJQ-000L7 (512GB, 3,000 MB/s).</p>
|
||||
</div>
|
||||
</blockquote>
|
||||
</div>
|
||||
@@ -483,7 +483,7 @@ pre{ white-space:pre }
|
||||
<div class="ulist">
|
||||
<ul>
|
||||
<li>
|
||||
<p>Hard disk: <a href="seagate-st1000lm035-1rk1-1tb-hard-disk.html">Seagate ST1000LM035-1RK1 1TB hard disk</a></p>
|
||||
<p>Hard disk: Seagate ST1000LM035-1RK1 1TB hard disk</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>GPU: <a href="nvidia-quadro-m1200-4gb-gddr5-gpu.html">NVIDIA Quadro M1200 4GB GDDR5 GPU</a></p>
|
||||
@@ -574,12 +574,6 @@ pre{ white-space:pre }
|
||||
<p><a href="samsung-m471a2k43bb1-crc-16gb-dram.html">Samsung M471A2K43BB1-CRC 16GB DRAM</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="samsung-mzvlb512hajq-000l7-512gb-ssd.html">Samsung MZVLB512HAJQ-000L7 512GB SSD</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="seagate-st1000lm035-1rk1-1tb-hard-disk.html">Seagate ST1000LM035-1RK1 1TB hard disk</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="nvidia-quadro-m1200-4gb-gddr5-gpu.html">NVIDIA Quadro M1200 4GB GDDR5 GPU</a></p>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -590,7 +584,6 @@ pre{ white-space:pre }
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
<!-- Google Analytics, AKA selling my soul to Google for some backlinks. -->
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
@@ -598,5 +591,12 @@ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
ga('create', 'UA-47867706-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DEE2HEJW9X"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-DEE2HEJW9X');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user