Add Lil UEFI to the jam page

This commit is contained in:
Ben Visness 2023-09-20 18:08:15 -05:00
parent 36753d2a45
commit ca46c23d31
1 changed files with 12 additions and 0 deletions

View File

@ -265,6 +265,18 @@
</p>
<a class="b db" href="https://handmade.network/p/293/netsim/">Full Submission ➜</a>
</div>
<div class="carousel-item">
<img class="br2" src="https://hmn-assets-2.ams3.cdn.digitaloceanspaces.com/d364f0a9-06b7-4e55-86c4-02f79ff92ded/image.png">
<h3>Lil UEFI</h3>
<p>
Lil UEFI is a simple C library for writing UEFI programs. UEFI is a common standard for computer firmware, and by using it, you can write your own custom bootloaders or operating systems at a low level.
</p>
<p>
Lil UEFI packages up the types and structures from the UEFI spec in a way friendly to C programmers. With Lil UEFI and a compiler that can produce EFI files, you can have your a minimal "operating system" up and running in just a few lines of code.
</p>
<a class="b db" href="https://handmade.network/p/308/lil-uefi/">Full Submission ➜</a>
<a class="b db" href="https://www.youtube.com/watch?v=BkOsE63bGuA&t=2864s" target="_blank">Recap Interview ➜</a>
</div>
<div class="carousel-thinger next"></div>
<div class="carousel-thinger prev"></div>
</div>