Git Product home page Git Product logo

Comments (5)

arthurmco avatar arthurmco commented on June 24, 2024

Need to setup some preliminary tables at boot, so we can use higher half addressing (kernel mapped at the higher half, > 0x8000000 virtual) from the start. Every major OS does that. Might help. Read http://wiki.osdev.org/Higher_Half_Kernel, it has more arguments than I do.

from annos.

arthurmco avatar arthurmco commented on June 24, 2024

See 5e1d877. It's a beginning.

Higher half is used.

from annos.

arthurmco avatar arthurmco commented on June 24, 2024

Added allocation methods at 82b0a16.

But we still have to do

  • allocation of uncontiguous physical pages. This isn't possible yet.
  • deallocation of virtual pages
  • checking if that virtual page allocation can be contiguous. We allocate only contiguous virtual pages.

After doing the tasks above, this issue should be closed

from annos.

arthurmco avatar arthurmco commented on June 24, 2024

1dae61f does deallocation.

It also adds a flag to the mapping. It maps with the page table mapping options, such as read-only page, or non-cached page.

from annos.

arthurmco avatar arthurmco commented on June 24, 2024

I'm thinking about doing the heap allocator (#7 ) now.

It would help catching some errors in the VMM, since it's the only thing I can't test separately, prior to put here (the PMM was tested a little in user mode before integrating here, and I'm doing the heap allocator in user mode too)

from annos.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.