change port + comment debuginfo

This commit is contained in:
2014-12-19 17:24:23 +01:00
parent 3f5b637898
commit ddd5a18654

View File

@@ -3,8 +3,9 @@
#include "sys/io.h"
#include <iostream>
#define BASEPORT 0xe050 /* lp1 */
//#define BASEPORT 0xe050 /* lp1 */
//#define BASEPORT 0x378
#define BASEPORT 0xd000
HardwareSetup::HardwareSetup()
{
@@ -43,7 +44,7 @@ void HardwareSetup::run(){
else{
index += 1;
//Debug
std::cout << index << std::endl;
//std::cout << index << std::endl;
}
}