OSDev.org

The Place to Start for Operating System Developers
It is currently Fri Apr 19, 2024 4:05 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Emulating host environment
PostPosted: Tue Nov 05, 2019 12:33 pm 
Offline

Joined: Thu Oct 16, 2014 1:05 am
Posts: 9
Hello

I would like to know if it is possible to create an OS in a purely virtual environment, ie outside of any hardware or emulator like VirtualBox, QEmu...

The idea is to allocate system resources (memory area, disk space...) and to run processes in it, while emulating devices (disks, graphics card, network, usb...).
I'm thinking for example of how WinUAE works.

The target host is Ubuntu and the target OS is x86.

The point of blocking for the moment that I see is managing the task scheduler, how to manage the processes within my OS without intferencing with the host system.
What I am looking for is mainly documentation and if possible code sources.

Iliak


Top
 Profile  
 
 Post subject: Re: Emulating host environment
PostPosted: Tue Nov 05, 2019 1:08 pm 
Offline
Member
Member
User avatar

Joined: Sat Mar 31, 2012 3:07 am
Posts: 4594
Location: Chichester, UK
What you describe is exactly what emulators like qemu, VirtualBox, or WinUAE do.


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

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot] and 161 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