change port + comment debuginfo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user