Index: boot/arch/ia64/loader/gefi/HelenOS/Makefile
===================================================================
--- boot/arch/ia64/loader/gefi/HelenOS/Makefile	(revision 925fdd733dae7788ed336c64b416c799a73fefb8)
+++ boot/arch/ia64/loader/gefi/HelenOS/Makefile	(revision bb74e8ab450c497c614da15470f340fe9db12baf)
@@ -49,5 +49,5 @@
 #When selected first lines or second lines, select if image is linked into hello or not - usefull for network boot
 #hello.so: hello.o image.o division.o
-hello.so: hello.o image.bin
+hello.so: hello.o image.bin division.o
 #	$(LD) $(LDFLAGS) -Map hello.map hello.o division.o image.o -o hello.so $(LOADLIBES) #link image inside hello
 	$(LD) $(LDFLAGS) -Map hello.map hello.o division.o -o hello.so $(LOADLIBES) #dont link image inside hello
Index: boot/arch/ia64/loader/gefi/HelenOS/hello.c
===================================================================
--- boot/arch/ia64/loader/gefi/HelenOS/hello.c	(revision 925fdd733dae7788ed336c64b416c799a73fefb8)
+++ boot/arch/ia64/loader/gefi/HelenOS/hello.c	(revision bb74e8ab450c497c614da15470f340fe9db12baf)
@@ -13,5 +13,5 @@
 
 //Link image as a data array into hello - usefull with network boot
-#define IMAGE_LINKED
+//#define IMAGE_LINKED
 
 bootinfo_t *bootinfo=(bootinfo_t *)BOOTINFO_ADDRESS;
@@ -87,4 +87,5 @@
 	for(i=StrLen(FileName);i>=0 && FileName[i]!='\\';i--);
 	FileName[i] = 0;
+	FileName[0] = 0;
 	
 	Print(L"%s\n",LoadedImage->LoadOptions);
@@ -108,5 +109,5 @@
 	else{
 		CHAR16 buf[1024];
-		buf[0]='\\';
+		//buf[0]='\\';
 		i--;
 		int j;
