Index: branches/rewrite/i386/modules/Cconfig =================================================================== --- branches/rewrite/i386/modules/Cconfig (revision 1086) +++ branches/rewrite/i386/modules/Cconfig (revision 1087) @@ -26,6 +26,5 @@ source "i386/modules/Disk/Cconfig" source "i386/modules/FileSystem/Cconfig" -source "i386/modules/Resolution/Cconfig" source "i386/modules/HelloWorld/Cconfig" endmenu \ No newline at end of file Index: branches/rewrite/i386/modules/Disk/include/Disk.hpp =================================================================== --- branches/rewrite/i386/modules/Disk/include/Disk.hpp (revision 1086) +++ branches/rewrite/i386/modules/Disk/include/Disk.hpp (revision 1087) @@ -10,7 +10,6 @@ class Disk { public: - Disk(); Disk(const char* name); ~Disk(); Index: branches/rewrite/i386/modules/Makefile =================================================================== --- branches/rewrite/i386/modules/Makefile (revision 1086) +++ branches/rewrite/i386/modules/Makefile (revision 1087) @@ -11,7 +11,7 @@ include ${SRCROOT}/Make.rules # The order of building is important. -SUBDIRS = ModuleSystem klibc uClibcxx Resolution HelloWorld Disk FileSystem +SUBDIRS = ModuleSystem klibc uClibcxx HelloWorld Disk FileSystem CFLAGS= -O3 $(MORECPP) -arch i386 -g -static