From 46013946af43b3276827045541c2de275ab32ef5 Mon Sep 17 00:00:00 2001 From: Rares Miculescu Date: Thu, 3 Aug 2023 20:48:07 +0300 Subject: [PATCH] blog: Add third blog post for Plat re:Arch GSoC'23 Signed-off-by: Rares Miculescu --- .../2023-08-03-unikraft-gsoc-plat-rearch.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 content/en/blog/2023-08-03-unikraft-gsoc-plat-rearch.md diff --git a/content/en/blog/2023-08-03-unikraft-gsoc-plat-rearch.md b/content/en/blog/2023-08-03-unikraft-gsoc-plat-rearch.md new file mode 100644 index 00000000..81f1b865 --- /dev/null +++ b/content/en/blog/2023-08-03-unikraft-gsoc-plat-rearch.md @@ -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"] ++++ + + + +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.