|
|
| About site: Emulators/Intel x86 Architecture - Bochs-Tools |
Return to Computers also Computers |
| About site: http://www.bablokb.de/bochs-tools/ |
Title: Emulators/Intel x86 Architecture - Bochs-Tools A collection of scripts and programs to be used together with the Bochs-emulator. The main goal was to provide a Unix-like interface to the emulator and to enable access to Bochs disk-images from outs |
|
|
|
|
SpeechStudio UK company providing IVR design, hosting and support. Description of bespoke solutions, and other IVR related products.
| Digi_International Designs and markets networking devices including servers, serial cards, modem adapters, USB and wireless products.
| The_Worcester_Group,_Inc_ WGI provides data strategy consulting services.
| Inform_6 Multi-plaform game programming language - aka Infocom.
| NetWerkz_Interactive Provides graphics, design, audio, and promotional services.
| Peaks_Media Offers web design, development, hosting, maintenance, and promotion services, as well as general advertising and publishing services.
|
|
| Alexa statistic for http://www.bablokb.de/bochs-tools/ |
Please visit: http://www.bablokb.de/bochs-tools/
|
| Related sites for http://www.bablokb.de/bochs-tools/ |
| AllThumbsPro Creates thumbnails and HTML photo albums from digital pictures. [Windows 95/98/2000] | | Bernstein,_D__J_ University of Illinois, Chicago - Computer hardware, Data structures, Fast arithmetic, Number theory, Networking | | iWannaBeFamous 12Mb with unlimited bandwidth. FTP and browser uploads. Templates provided. URL: 'http://yoursite.iwannabefamous.net'. | | Native_POSIX_Thread_Library__NPTL White paper describes actual implementation of thread library for which requirements are spelled out in a prior document. Many things are different. [PDF] | | RFC_0881 Domain Names Plan and Schedule. J. Postel. November 1983. | | DataHand_Ergonomic_Keyboards Provides an ergonomic keyboard and mouse replacement to reduce the effects of repetitive strain disorder. | | SafeType_Ergonomic_Keyboard Places the user in a position that is orthopedically neutral and cannot be adjusted improperly by the user. | | SECUREDwire Manufacturer of Network Scout, a behavior-based perimeter intrusion preventation system. | | Linux_2_4_Filesystem_Porting_Issues This document is a partial comparison of Linux kernels 2.2.18 and 2.4.0 focusing on changes in filesystem code. | | Qualtrax,_Inc Offer compliance management software including document control, audit management and training management solutions. | | Eagle_Software_CodeRush_Plug-in A plug-in for Delphi, it hooks into the Delphi IDE and adds a lot of great functionalty to Delphi. By Developer Express Inc. | | Blogpage_com Free host's features include comments, counters, photo galleries, and contests. Multilingual site. | | WIZ_Centre Matthew Brown's site with some programs and tutorials. | | Secure_FTP Offers Java-based 128-bit encrypted secure connection to standard FTP servers. For OS X. Includes screen shots, documentation, FAQ, and free download. | | Victorex_Connections Offering software for vacation rental managers and timeshare resorts includes the Internet Vacation Rental search engine. | | Aminet__ARexx_tools Directory of util/rexx. | | RJ_Web_Design Design websites for business and private persons. Based in Croydon, UK. | | MOR_Designs Web design, shopping carts, and promotion for small businesses. Located in Tustin, California, United States. | | ReadyWeb_Ltd Offers web design and development, e-commerce, data integration, programming, hosting and consulting. | | Aquaria_by_Jim Photographs and details of the owner's collection of macquariums. |
|
This is websites2007.org cache of m/ as retrieved on 2008.10.11 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
Bochs-Tools Bochs-Tools What it is You want to run your favorite Linux-installation with the Bochs-Emulator (see http://bochs.sourceforge.net) but you think it is too tedious to install it from within Bochs? Bochs-Tools are the solution for your problem. With Bochs-Tools, cloning an existing OS-installation to a Bochs-image is only a matter of a few commands. Bochs-Tools are a collection of scripts and programs to be used together with the Bochs-emulator. The main goal was to provide a Unix-like interface to the emulator and to enable access to Bochs disk-images from outside of Bochs. The tools were developed under Linux. They might also work on other operating-systems. Feedback on this issue is appreciated. Example Let's assume we have installed the Debian bootstrap installation of Woody on /dev/sdb3 (about 110MB). We want to put this distribution on a disk-image and start the emulator afterwards. The following commands will create the image (two partitions, swap-size is 32 MB), install lilo on it and start it:# mount /dev/sdb3 /mnt # mount Woody-installation# bxtclone /mnt hda.img # create, copy, install lilo# umount /mnt # umount source# bxtstart -b disk -1 hda.img # start the emulator and boot from disk If you need a more fine-grained control over what is done, you can use some of the other bochs-tools. A suite of commands could look like this: # bxtcreate -1 200m -2 128m hda.img # create the image# bxtmkfs -t ext2 hda.img:1 # make ext2-fs on first partition# bxtmkfs -t swap hda.img:2 # make swap-space on second partition# mount /dev/sdb3 /mnt # mount Woody-installation# bxtcopy /mnt hda.img:1 # copy Woody-tree to first partition# umount /mnt # umount source# bxtmount hda.img:1 /mnt # mount first partition (the copy!)# vi /mnt/etc/fstab # change mountpoint of / to /dev/hda1 # and swap to /dev/hda2# ln -fs hdc /mnt/dev/cdrom # make sure that /dev/cdrom points to # /dev/hdc# umount /mnt# bxtlilo hda.img # install the lilo boot-loader# bxtstart -b disk -1 hda.img # start the emulator and boot from disk Note that with the current release of Bochs (2.0.2), Woody with a 2.2-kernel hangs, as soon as it accesses the hardware-clock. Download The current stable source-distribution is bochstools-1.6.4.tar.bz2 (about 38 KB). You either need the bunzip2-utility to unpack the archive, or a current version of GNU tar. In the latter case, you can use a command like tar -xvjf bochstools-1.6.4.tar.bz2 to untar the archive. You can also download a binary-only rpm: bochstools-1.6.4-1.i386.rpm Be sure to download the archives in binary mode. The md5 checksums are: e5818ec1588324d4b1adb57bd27e8639 bochstools-1.6.4-1.i586.rpmf3f80b96842b6ee1f5cc46b85d0cdaec bochstools-1.6.4.tar.bz2 News Important recent changes: Version 1.6.4: Preliminary LFS-support. Added bxtactivate, bxtdd, bxtsettype, bxtsfdisk. Scripts are now quiet by default. Version 1.6.1: Ignore mkswap-fsync error in bxtclone Version 1.6.0: Added bxtclone. Added a rpm-package. Code-cleanups and minor bug-fixes. Version 1.4.0: Added bxtlilo. Code-cleanups and minor bug-fixes. Version 1.2.0: Added man-pages. Improved functionality of various commands. Version 1.0.0: First public release For a complete list of changes, see the files NEWS and ChangeLog in the distribution. My Homepage Bernhard Bablok (mail @ bablokb.de) |
|
| |
A | collection | of | scripts | and | programs | to | be | used | together | with | the | Bochs-emulator. | The | main | goal | was | to | provide | a | Unix-like | interface | to | the | emulator | and | to | enable | access | to | Bochs | disk-images | from | outs |
|
http://www.bablokb.de/bochs-tools/
Bochs-Tools 2008 October
dvd rental
dvd
A collection of scripts and programs to be used together with the Bochs-emulator. The main goal was to provide a Unix-like interface to the emulator and to enable access to Bochs disk-images from outs
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Wills - WoW Gold - Mortgage Calculator - Internet Advertising - Credit Counseling
|