add old website additions from legacy branch since I never added them

This commit is contained in:
kxtz smith 2024-12-29 08:20:30 +00:00
parent 01350f0001
commit 9dfd2ea57f

View File

@ -22,11 +22,12 @@
<div id="particles-js" style="z-index:-1;"></div>
<h1>KVS</h1>
<p>Kernel Version Switcher</p>
<p>Kernel Version Switcher<br>writeup: <a href="https://blog.kxtz.dev/posts/kvs">https://blog.kxtz.dev/posts/kvs</a></p>
</div>
<div class="main" style="padding-bottom: 3%;">
<div class="about">
<h3>What is KVS?</h3>
<p>KVS is a side project of mine that will change your current tpm_kernver to ANY version between 0 and 3.</p>
<p>KVS is a side project of mine that will change your current tpm_kernver to ANY version.</p>
<p>This works using the hexdumps of 0x1008 (kernver TPM index) and <code>tpmc</code> to write the hexdumps of your selected kernver to the 0x1008 TPM index.</p>
</div>
<div class="installation">
@ -39,21 +40,20 @@
<h4><p><b>Q: </b>Will this brick my device?</p></h4>
<p><b>A: </b>No, KVS has no way to permanantly brick / hard brick a device. At most, it will make ChromeOS stop booting, but you will still be able to boot shims to recover the kernver index.</p>
<h4><b>Q: </b>What kernvers are there?</h4>
<p><b>A: </b>There are 4 valid kernvers, 0, 1, 2, and 3. </p>
<p><b>A: </b>There are 4,294,967,296 possible kernel versions (0x00000000 - 0xFFFFFFFF)</p>
<h4><b>Q: </b>What versions can I downgrade to with kernver _</h4>
<p><b>A: </b>Heres what versions you can downgrade to with each kernver</p>
<p><b>A: </b>Heres what versions you can downgrade to with each official kernver</p>
<p>kernver 0: any</p>
<p>kernver 1: any</p>
<p>kernver 2: 112 - 119</p>
<p>kernver 3: 120 - latest</p>
<p>kernver 3: 120 - 124</p>
<p>kernver 4: 125 - latest</p>
<h4><b>Q: </b>What is the difference between kernver 0 and kernver 1?</h4>
<p><b>A: </b>Both kernver 0 and kernver 1 can downgrade to any version, but kernver 0 doesn't get overriden if you recover to a newer version.</p>
<p><b>A: </b>literally none, its just cool to see</p>
</div>
<div class="credits">
<h3>Credits</h3>
<p><b>kxtzownsu</b> - Writing KVS, Providing kernver 0 & kernver 1 files.</p>
<p><b>planetearth1363</b> - Providing kernver 2 files</p>
<p><b>miimaker</b> - Providing kernver 3 files</p>
<p><b>kxtzownsu</b> - Writing KVS</p>
<p><b>OlyB</b> - Helping me with the shim builder, most of the shim builder wouldn't exist without him.</p>
<p><b>Google</b> - Writing the <code>tpmc</code> command :3</p>
</div>