Thomas Epperson
Thomas Epperson
The interprocess crate is a potential option for this.
For some reason, I am just now seeing your comments on the pull request. I will look into it in the next week or so.
@Freax13 I think the function I added with this pull request is a bit redundant now that I see the const_fn feature in the crate, however I do need a...
No worries on the changes. I am writing a kernel, that boots into a 32-bit assembly stub to bring the system into long mode. I need a valid gdt pointer...
Any thoughts on what the name of this function should be?
I wasn't quite sure the best way to fix it, so i redid the last commit and force pushed it without the merge.
It should be ready. I combined it into a single commit.
I have a few changes required for bundled on linux remaining.
The latest commit on the pull request should have signature on it now.
@Superhepper Ok I applied my changes to the latest on main, even with gpg signatures on the two commits. I couldn't figure out how to squash them into a single...