mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
added photo, updated personal site post, added kernel and twinkle posts
This commit is contained in:
parent
55ab262a42
commit
d583454cc2
9 changed files with 51 additions and 9 deletions
11
content/blog/projects/kernel.md
Normal file
11
content/blog/projects/kernel.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
+++
|
||||
title = "Kernel"
|
||||
description = "A RISC-V kernel written in rust for QEMU"
|
||||
date = 2026-02-20
|
||||
|
||||
[taxonomies]
|
||||
tags = ["rust", "embedded"]
|
||||
category = ["project"]
|
||||
+++
|
||||
|
||||
Take a look at the [GitHub](https://github.com/ParkerTenBroeck/kernel)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
title = "Kernel"
|
||||
title = "Milk-V"
|
||||
description = "A from scratch bootloader, and kernel for the milkv-duos development board. Featuring VGA output, virtual memory support, rudimentary scheduling, UART, and kernel image loading through UART"
|
||||
date = 2024-08-08
|
||||
|
||||
11
content/blog/projects/twinkle.md
Normal file
11
content/blog/projects/twinkle.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
+++
|
||||
title = "Twinkle"
|
||||
description = "A toy language inspired by Rust"
|
||||
date = 2026-04-20
|
||||
|
||||
[taxonomies]
|
||||
tags = ["rust", "language", "compiler"]
|
||||
category = ["project"]
|
||||
+++
|
||||
|
||||
Take a look at the [GitHub](https://github.com/ParkerTenBroeck/twinkle)
|
||||
Loading…
Add table
Add a link
Reference in a new issue