I did a Git pull on my work Kubuntu Virtual Box Image and the DE1 BIOS built

Daniel keeps saying he cannot build the BIOS, well on linux it is a easy as this.
- Get BCC from the package manager
- Start a console session
- Switch to a good directory, maybe cd Documents
- git clone git://zet.aluzina.org/zet.git (or git pull in the zet directory if you already did this)
- Change to the BIOS directory cd zet/src/bios or after a pull cd src/bios
- make de1
The whole process took about 1 minute (This forum message took much longer to write)