Coder Social home page Coder Social logo

Comments (5)

david942j avatar david942j commented on August 16, 2024

Thanks for the finding!

You are right. Though it took me minutes to figure out what I was doing ๐Ÿ˜‚.

ITOH I found the paging only needs 3 pages instead of 5, so guess I can modify 0x5000 to 0x3000 (surly I will give it a name instead of hardcode this time). Do you think this is right? It's been a long time so I'm not sure.

from kvm-kernel-example.

mythilivutukuru avatar mythilivutukuru commented on August 16, 2024

No, youโ€™ll need 5 pages, not 3. Initially, 3 pages are used. But two more pages are used later on in the kernel code to add mappingโ€™s for high virtual addresses for kernel mappings. So 5 pages are required.

from kvm-kernel-example.

david942j avatar david942j commented on August 16, 2024

Thanks for the explanation ๐Ÿ˜‚
I will add comment on this.

from kvm-kernel-example.

mythilivutukuru avatar mythilivutukuru commented on August 16, 2024

Thanks.

I am teaching a course on virtualization and would like to use your code in one of my programming assignments, to get students to learn and implement systems calls and hypercalls. Iโ€™ll of course credit you and this GitHub repo. Please let me know if this is alright. Thanks.

from kvm-kernel-example.

david942j avatar david942j commented on August 16, 2024

Sure! It's my honor that this project can used in education purpose ๐Ÿ˜„

from kvm-kernel-example.

Related Issues (5)

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.