humenda / rustl4re

This repository contains patches for the Rust to L4Re OS port. It's a place to gather patches before they find their way in the upstream projects.
14 stars 6 forks source link

feat: import @hargonix hardware diff #11

Open hargoniX opened 10 months ago

hargoniX commented 10 months ago

This imports most of my hardware API related diff in the repo. I did not succeed in properly rebasing my branch onto humenda/master after trying for half a day sadly. This patch alone is not quite capable of building as some things that I can't seem to figure out are still failing but I'll leave it here for now regardless.

humenda commented 10 months ago

Sorry to hear that rebasing is so hard. Have you tried to just merge the changes from master? Or is it the amount of changes?

What do you suggest to do?

hargoniX commented 10 months ago

It's mostly the amount of changes, I think it is doable with enough attention to detail, I'm going to try again later.

hargoniX commented 10 months ago

This is properly rebased now but it doesn't build yet and also contains all of my thesis.

I'm gonna look into fixing the build.

Do you want verix to be here as well?

hargoniX commented 10 months ago

With the additional fix commit everything is compiling now. I'll check if it still does the correct thing on irl hardware on Wednesday.

hargoniX commented 10 months ago

Tested, everything is still working.