logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault git clone https://hacktivis.me/git/mirror/drewdevault.com.git
commit: 3edc94b7de03423e34dc8fd673173cdeb3c81368
parent 8bda407deeef39adbe0cb491bf53977e25fcccdb
Author: Drew DeVault <sir@cmpwn.com>
Date:   Mon, 18 Jul 2022 18:39:03 +0200

Correct ethernet driver name

Diffstat:

Mcontent/blog/Status-update-July-2022.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/Status-update-July-2022.md b/content/blog/Status-update-July-2022.md @@ -38,7 +38,7 @@ I also introduced [format::tar], which will serve as the basis of initramfs-alike functionality for Helios. On the subject of Helios, much work has been completed. I have implemented a PCI driver and a small proof-of-concept AHCI driver (for reading from SATA disks). Alexey Yerin has also been hard at -work on the RISC-V port, and has successfully implemented a virtio ethernet +work on the RISC-V port, and has successfully implemented an e1000 ethernet driver which can send and receive ICMP (ping) packets. I also completed IRQ control for userspace, so that userspace device drivers can process interrupts, and used it to write a keyboard driver for a functional [DOOM port]. The full