Palacios Public Git Repository
To checkout Palacios execute
git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the
devel branch or one of the release branches. To switch to the devel
branch, simply execute
cd palacios
git checkout --track -b devel origin/devel
The other branches are similar.
VGA graphics rendering, attribute palette handling, corrected attribute processing
This commit includes:
- Implementation of graphics mode rendering
- Corrected color handling for graphics and text modes (16 color)
(2 stage color lookup via attribute palette THEN DAC palette)
- Work around for probable gcc bug to correctly
process attributes in text mode (this fixes occasional flashing display)