- part #1 of BeOS support removal: patches and shortcut script

This commit is contained in:
Volker Ruppert 2011-07-11 16:51:38 +00:00
parent a6853a8b75
commit 901b02eb0d
5 changed files with 0 additions and 4751 deletions

View File

@ -1,21 +0,0 @@
#!/bin/sh
#
# These options are suggested by Bernd Korz, who maintains the BeOS
# port. He says that SDL works better than the native BeOS gui.
#
CC=gcc
CXX=$CC
CFLAGS="-Wall -O9 -mpentium -fomit-frame-pointer -pipe"
CXXFLAGS=$CFLAGS
export CC
export CXX
export CFLAGS
export CXXFLAGS
./configure --with-sdl \
--enable-ne2000 \
--enable-all-optimizations \
--enable-pci

View File

@ -1,20 +0,0 @@
Marton Fabo <morton@eik.bme.hu> rewrote the BeOS GUI mostly from scratch,
and this "capture filter" goes with his GUI. You must first apply
either patch.beos-gui-fabo or patch.beos-gui-fabo-template.
Then, according to Marton Fabo:
> Then, you'll need to place capture_filter into
> $HOME/config/add-ons/input_server/filters, this one will enable bochs to
> capture keyboard and mouse input. If you don't put it there, bochs will still
> work to some extent, but it will be much less usable. Compile, and then give
> it a go!
> You can get back your mouse pointer after enabling the bochs mouse by
> pressing both buttons simultaneously. Caps lock doesn't work yet properly
> (it won't turn off, just when you press Shift next time), and Numlock
> doesn't work at all. I'm working on fixing these.
Feedback goes to:
Marton Fabo
morton@eik.bme.hu

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff