OSDev.org
https://forum.osdev.org/

Bochs does not work
https://forum.osdev.org/viewtopic.php?f=1&t=32493
Page 1 of 1

Author:  Xorda [ Sun Oct 15, 2017 3:33 am ]
Post subject:  Bochs does not work

I just installed bochs over commandline in Ubuntu 16.04

Code:
sudo apt-get update
sudo apt-get install bochs


Then I tried to execute my OS

Code:
bochs <img file>


But I got nothing but errors
The errors are in the attached picture
How can I solve this. I also tried to build it from source but that didn't work because of errors while making. It works under QEMU

Attachments:
bochs_error.jpg
bochs_error.jpg [ 115.18 KiB | Viewed 1257 times ]

Author:  thepowersgang [ Sun Oct 15, 2017 3:55 am ]
Post subject:  Re: Bochs does not work

Bochs is nowhere near as simple to start up as qemu is - It needs a configuration file that specifies all of the hardware to emulate. If you start it with no arguments, it should provide an interface to create/edit this configuration file (including specifying your disk images)

Author:  Xorda [ Sun Oct 15, 2017 4:03 am ]
Post subject:  Re: Bochs does not work

I chose the default configuration but I got the same error

Author:  Korona [ Sun Oct 15, 2017 4:47 am ]
Post subject:  Re: Bochs does not work

You could just RTFM to solve this problem. This forum is not meant to teach you how to use your tools.

Author:  Xorda [ Sun Oct 15, 2017 5:54 am ]
Post subject:  Re: Bochs does not work

I made bochs working by reading bochsrc sample file and configure it right

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/