Changeset 10ea0ca in mainline
- Timestamp:
- 2008-12-12T06:21:51Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a1e28489
- Parents:
- 4b8f1c3
- Location:
- boot/arch/ia64/loader
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/Makefile
r4b8f1c3 r10ea0ca 88 88 boot.S 89 89 90 NOCOMPONENTS = \ 91 $(KERNELDIR)/kernel.bin 90 92 COMPONENTS = \ 91 $(KERNELDIR)/kernel.bin92 NOCOMPONENTS = \93 93 $(KERNELDIR)/kernel.bin \ 94 94 $(USPACEDIR)/srv/ns/ns \ -
boot/arch/ia64/loader/gefi/HelenOS/hello.c
r4b8f1c3 r10ea0ca 107 107 defaultLoad=1; 108 108 } 109 /* else{ 110 CHAR16 buf[1024]; 111 //buf[0]='\\'; 112 i--; 113 int j; 114 for(j=0;LoadOptions[i+j]!=L' '&&LoadOptions[i+j]!=0;j++) 115 buf[j+1]=LoadOptions[i+j]; 116 buf[j+1]=0; 117 StrCat(FileName,buf); 118 defaultLoad=0; 119 }*/ 109 120 else{ 110 121 CHAR16 buf[1024]; … … 113 124 int j; 114 125 for(j=0;LoadOptions[i+j]!=L' '&&LoadOptions[i+j]!=0;j++) 115 buf[j +1]=LoadOptions[i+j];126 buf[j]=LoadOptions[i+j]; 116 127 buf[j+1]=0; 117 128 StrCat(FileName,buf);
Note:
See TracChangeset
for help on using the changeset viewer.