We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://wiki.osdev.org/Symmetric_Multiprocessing
The text was updated successfully, but these errors were encountered:
Blocked by #43
Sorry, something went wrong.
One of the requirements for SMP, the I/O APIC, is now implemented.
SMP is now partially implemented, with the OS discovering and initializing additional processors, changing into protected mode, enabling paging, etc.
Closing this as additional updates will be done in #30, as SMP support for multitasking requires revamping the multitasking system anyway.
Goldfish64
No branches or pull requests
https://wiki.osdev.org/Symmetric_Multiprocessing
The text was updated successfully, but these errors were encountered: