From 1f86e5c24cf1b34b52f53f2824f796f8bbc61375 Mon Sep 17 00:00:00 2001 From: Volker Ruppert Date: Sat, 9 Aug 2003 17:52:35 +0000 Subject: [PATCH] - usb1 line added in sample bochsrc - USB added in the features, bochsrc and configure options sections - description of the special bochsrc option '#include' added --- bochs/.bochsrc | 3 ++- bochs/doc/docbook/user/user.dbk | 41 +++++++++++++++++++++++++++++---- 2 files changed, 39 insertions(+), 5 deletions(-) diff --git a/bochs/.bochsrc b/bochs/.bochsrc index 600e173fb..3edf48159 100644 --- a/bochs/.bochsrc +++ b/bochs/.bochsrc @@ -656,7 +656,8 @@ keyboard_mapping: enabled=0, map= #load32bitOSImage: os=nullkernel, path=../kernel.img, iolog=../vga_io.log #load32bitOSImage: os=linux, path=../linux.img, iolog=../vga_io.log, initrd=../initrd.img -i440fxsupport: enabled=0 +#i440fxsupport: enabled=1 +#usb1: enabled=1, ioaddr=0xFF40, irq=9 #======================================================================= # for Macintosh, use the style of pathnames in the following diff --git a/bochs/doc/docbook/user/user.dbk b/bochs/doc/docbook/user/user.dbk index ae563f252..492bceef8 100644 --- a/bochs/doc/docbook/user/user.dbk +++ b/bochs/doc/docbook/user/user.dbk @@ -1,7 +1,7 @@