diff --git a/src/Makefile.inc b/src/Makefile.inc index 935fc6c..8a14d34 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -2,8 +2,8 @@ # Global 'Source' Options # allow you to change your default compiler without affecting your other work -CC = gcc -CXX = g++ +CC = gcc295 +CXX = g++295 LD = ld AR = ar REMOVE = rm -rf diff --git a/src/sys/init/main.c b/src/sys/init/main.c index 370d1d9..96dc3c1 100644 --- a/src/sys/init/main.c +++ b/src/sys/init/main.c @@ -24,6 +24,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. $Log$ + Revision 1.2 2004/04/15 12:38:25 reddawg + Fixed to compile + Revision 1.1.1.1 2004/04/15 12:06:45 reddawg UbixOS v1.0 @@ -130,9 +133,11 @@ if (timeInit() != 0x0) { kpanic("Error: Initializing TIME\n"); } + /* if (ne2kInit(0x240) != 0x0) { kpanic("Error: Initializing NE2000\n"); } + */ enableUbixFS(); fdcInit(); //initHardDisk();