- Notifications
You must be signed in to change notification settings - Fork215
Added some docs and an example for how to use the APIC#460
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
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 thex2apic 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 calledREADME.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 followinghttps://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. |
SauravMaheshkar commentedMar 8, 2025
Agree about various examples! It'd be nice if we could curate a list of other projects based onhttps://os.phil-opp.com/ that go beyond the blogs. Maybe a simple discussion thread on the original repositoryhttps://github.com/phil-opp/blog_os/discussions ? |
SauravMaheshkar commentedMar 8, 2025
PS: Would love to see a more minimal version of this in any way be it this repository, the |
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.