OSDev.org

The Place to Start for Operating System Developers
It is currently Tue Apr 16, 2024 1:20 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Where can I find simple virtualizers?
PostPosted: Sun Sep 17, 2017 6:27 am 
Offline

Joined: Sun Sep 17, 2017 6:12 am
Posts: 1
Hi, I am interested in virtualization and kernel debugging. On github I can find simple kernels, for example hach-que and jtsiomb, but I need also simple virtualizers, much more smaller than QEMU or VirtualBox.


Top
 Profile  
 
 Post subject: Re: Where can I find simple virtualizers?
PostPosted: Sun Sep 17, 2017 6:32 am 
Offline
Member
Member

Joined: Sun Apr 23, 2017 4:41 am
Posts: 28
if it doesn't have to be open source check out armv8 foundation model, its a very crude implementation of a 64 bit ARM board without PCI, USB or peripherals besides a screen and a timer, it has a small controller that controls all devices and you can figure out how to use it in under 5 minutes. It's also debuggable by gdb or other tools

mupen64, pcspim (super small), 6502 emulators are also good options.


Top
 Profile  
 
 Post subject: Re: Where can I find simple virtualizers?
PostPosted: Sun Sep 17, 2017 3:27 pm 
Offline
Member
Member

Joined: Tue Mar 04, 2014 5:27 am
Posts: 1108
AndrzejB wrote:
Hi, I am interested in virtualization and kernel debugging. ... I need also simple virtualizers, much more smaller than QEMU or VirtualBox.


If you have the x86 PC in mind, smaller and simpler is a problem. The x86 PC itself is not small/simple. Especially the modern one. If, OTOH, you consider an older x86 PC, e.g. 80186-80386-based, it's much easier to grasp the whole thing and emulate/virtualize it. Or you could consider a different architecture / device.

Also, since this is very resource intensive and non-trivial, simplistic solutions tend to be pretty slow and very limited/buggy, meaning it will likely be hard to find something usable and at the same time small/simple.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot] and 374 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group