Interesting things I found while OSDEVING


  1. Read this book on memory management.
  2. This answer to a question on quora has links to some other interesting tutorials.
  3. Multiboot specification.
  4. Memory map.
  5. Quora question.
  6. 64-ia-32-architectures-software-developer-system-programming-manual-325384.pdf
  7. Paging is not a thing you implement, is a thing you tell the CPU/MMU to do. You have to configure it. Configuration is explained nicely in (6).
  8. JamesM's kernel development tutorials
  9. Setting up paging

No comments:

Post a Comment