Skip to content

Commit

Permalink
blog: Add third blog post for Plat re:Arch GSoC'23
Browse files Browse the repository at this point in the history
Signed-off-by: Rares Miculescu <[email protected]>
  • Loading branch information
Rares Miculescu authored and razvand committed Mar 2, 2024
1 parent 1b8bcf8 commit 4601394
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions content/en/blog/2023-08-03-unikraft-gsoc-plat-rearch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
+++
title = "re:Arch Unikraft"
date = "2023-08--3T18:00:00+03:00"
author = "Rares Miculescu"
tags = ["GSoC'23", "plat re-arch"]
+++

<img width="100px" src="https://summerofcode.withgoogle.com/assets/media/gsoc-2023-badge.svg" align="right" />

This blog post will show my work during the third quarter of GSoC'23.

## Current Progress

The main focus, of these past weeks, was to develop a `Driver Configuration` option in menuconfig.
During development, I encountered a problem and I was struggling with it for some time.
To be easier to implement, I moved the `gic` driver into `drivers/` and started writing the `Config.uk` file for it, but I couldn't figure out how to link the configuration to the `menuconfig`.
Fortunately, the mentors offered to help with an example, so the drivers migration will be more efficient.

In the meantime, we agreed that I will work on [defining data types that will replace the native gcc data types](https://github.com/orgs/unikraft/projects/36?pane=issue&itemId=19037961).

## Next Steps

I am currently doing research to see if these data types are appropriate and how we can implement them.

0 comments on commit 4601394

Please sign in to comment.