-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added some docs and an example for how to use the APIC #460
base: main
Are you sure you want to change the base?
Conversation
Includes frame allocator, interrupt descriptor table and a global descriptor table examples.
Thank you for your contribution! I'm not sure if we should adopt this example: This example goes way beyond what's needed to get started in setting up a small kernel with the bootloader. I'm not sure if we want this repo to serve as a place for various examples of next-steps one could take in kernel dev. Perhaps this is better suited for the x2apic crate. Maybe it could live in its own repo entirely. |
Hi there, thank you a lot for taking the time to look into this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nicer to look at on GitHub if this was called README.md
It doesn't have to be in this repo, but it is actually a very cool idea to have various examples of next steps. It would be very helpful. There are many people who are following https://os.phil-opp.com/, are done reading edition-2, are done reading edition-3 so far, and are figuring out how to do things rather than waiting for more stuff in edition-3. It would be very helpful if there was a place where people could share examples with each other. |
I do believe that this could be useful when migrating from version 0.9 to version 0.11, as well as a quick way to get things going if starting from nothing.