Code Monkey home page Code Monkey logo

Comments (10)

jelaev avatar jelaev commented on July 18, 2024

start .\Qemu\qemu.exe -L .\Qemu -m 1024 -hda .\Minoca\Image\pc.img -serial pipe:minocapipe -net nic,model=i82559er -net user
All good. Try set memory 1024.

from os.

melezhik avatar melezhik commented on July 18, 2024

It fails when I set memory to -m 2048 for example.

from os.

melezhik avatar melezhik commented on July 18, 2024

it even fails when set to -m 1050

from os.

evangreen avatar evangreen commented on July 18, 2024

I would guess this is a limitation of the 32-bit Qemu that's bundled in the starter pack. Probably your best bet if you want to take advantage of that much memory is to use a VM like VMWare or VirtualBox. Head's up though that we're triaging some issues in issue #10 with some of those VMs, so maybe give us a bit to work through those issues.

from os.

melezhik avatar melezhik commented on July 18, 2024

yes, no rush at all, btw could you give me a guide, if any on running Minoca OS on VirtualBox?

from os.

evangreen avatar evangreen commented on July 18, 2024

I'll be giving it a try soon myself, I'll try to keep some notes for you. Closing this now as I think we've bottomed out on it.

from os.

UncoolAsianDad avatar UncoolAsianDad commented on July 18, 2024

@melezhik
this is how I got MinocaOS running on VirtualBox, it's more of a qucik hack.

https://gist.github.com/KawaniwaHikaru/4e78474ba0a3054576a3234765c746bf

screenshot from 2016-11-02 17-23-45

from os.

melezhik avatar melezhik commented on July 18, 2024

@KawaniwaHikaru , thanks, will take a look!

from os.

melezhik avatar melezhik commented on July 18, 2024

I try use your instruction but I got this:

Kernel failure: 0x80000002
Subsystem : 6

When boot machine via Virtual Box

from os.

melezhik avatar melezhik commented on July 18, 2024

Finally I found a genius "stupid" solution, and this is ... using qemu!

$ apt-get install qemu

$ qemu-system-i386 -m 5000 -net  nic,model=i82559er -net user pc.img

from os.

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.