Page 1 of 1

os developpement

Posted: Sat Nov 27, 2010 2:30 pm
by ghost
why bochs doesn't work with ubuntu
it write the following lines on screen


========================================================================
Bochs x86 Emulator 2.3.7
Build from CVS snapshot, on June 3, 2008
========================================================================
00000000000i[ ] LTDL_LIBRARY_PATH not set. using compile time default '/usr/lib/bochs/plugins'
00000000000i[ ] BXSHARE not set. using compile time default '/usr/share/bochs'
00000000000i[ ] reading configuration from bochsrc.txt
00000000000p[ ] >>PANIC<< bochsrc.txt:1: a bochsrc option needs at least one parameter
00000000000e[CTRL ] notify called, but no bxevent_callback function is registered
00000000000i[CTRL ] quit_sim called with exit code 1

Re: os developpement

Posted: Sat Nov 27, 2010 2:33 pm
by davidv1992
ghost wrote: 00000000000i[ ] reading configuration from bochsrc.txt
00000000000p[ ] >>PANIC<< bochsrc.txt:1: a bochsrc option needs at least one parameter
You probably have an error in you bochsrc.txt file in the current directory.

Re: os developpement

Posted: Sat Nov 27, 2010 2:39 pm
by piranha
why bochs doesn't work with ubuntu
it write the following lines on screen
It isn't that it doesn't work with ubuntu. You simply didn't do it right.

Learn your tools, please. See the wiki, google bochsrc, or look at example ones.

-JL

Re: os developpement

Posted: Sun Nov 28, 2010 7:29 am
by thepowersgang
May I quickly point you to the forum rules, which you should have read and understood before posting.
I would like to draw your attention to the third item on the list "Please try to meet the intellectual requirements".
If you are unable to parse an error message written in plain English, then you are not ready for OS Development.

As a suggestion, always remember that google is your friend, if you do not know the solution to an error message is, search for it.