Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 287 → Rev 288

/SPARTAN/trunk/src/debug/genmap.py
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/SPARTAN/trunk/src/clean.amd64
5,4 → 5,4
 
find ../arch/amd64 -type l | xargs rm
rm ../arch/amd64/src/context_offset.h
rm ../arch/amd64/src/gencontext
rm ../tools/amd64/gencontext
/SPARTAN/trunk/src/build.amd64
2,7 → 2,7
 
set -e
# Generate context_offset.h
(cd ../arch/amd64/src;make gencontext;./gencontext)
(cd ../tools/amd64/;make gencontext;./gencontext)
# Create links to ia32 architecture
 
(
/SPARTAN/trunk/src/Makefile
76,7 → 76,7
kernel.bin: $(arch_objects) $(objects) $(test_objects)
$(OBJCOPY) -I binary -O $(BFD_NAME) -B $(BFD_ARCH) --prefix-sections=symtab Makefile debug/empty_map.o
$(LD) $(LFLAGS) $(arch_objects) $(objects) $(test_objects) debug/empty_map.o -o $@ -Map kernel.map.pre
debug/genmap.py kernel.map.pre debug/real_map.bin
../tools/genmap.py kernel.map.pre debug/real_map.bin
$(OBJCOPY) -I binary -O $(BFD_NAME) -B $(BFD_ARCH) --prefix-sections=symtab debug/real_map.bin debug/real_map.o
$(LD) $(LFLAGS) $(arch_objects) $(objects) $(test_objects) debug/real_map.o -o $@ -Map kernel.map