Giter Club home page Giter Club logo

Comments (6)

fwsGonzo avatar fwsGonzo commented on May 24, 2024

That is a general protection fault, which means it wasn't enabled (or supported).
Could be fixed by trying -msse2 or maybe my assembly to enable it is wrong

The original assembly is commented out above it, and all the enabling code is in kernel_start.cpp
Although it works here

NOTE: gcc will auto-generate SSE code as long as -msse3 is enabled
so even if the SSE testcase (in service.cpp) is disabled, you may still get a general protection fault

from includeos.

fwsGonzo avatar fwsGonzo commented on May 24, 2024

Source: http://wiki.osdev.org/SSE#Adding_support

from includeos.

alfreb avatar alfreb commented on May 24, 2024

After a complete clean and rebuild it works fine under qemu, but there's now an exception 13 (general protection) under virtualbox. I'll label this as virtualbox-specific.

from includeos.

alfreb avatar alfreb commented on May 24, 2024

[ PASS ] Qemu inside VirtualBox
[ FAIL ] VirtualBox on MacBook Air
[ TBD ] Qemu on Trident (Production grade server)

from includeos.

alfreb avatar alfreb commented on May 24, 2024

This is not the case anymore - it runs fine on virtualboox - also on Mac.

from includeos.

fwsGonzo avatar fwsGonzo commented on May 24, 2024

Must have been the stack realignment issue

from includeos.

Related Issues (20)

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.