浏览代码

added build 'Solaris64G'

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7798 8c9fc860-2736-0410-a75d-ab315db34111
eth.guenter 7 年之前
父节点
当前提交
a9b5bd4cc2
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      source/Generic.Unix.I386.Glue.Mod

+ 1 - 2
source/Generic.Unix.I386.Glue.Mod

@@ -30,8 +30,7 @@ VAR
 		DD 0
 		DD 0
 		DD 0				; size of statially linked binary	( filled in by static linker )
-		DD 0				; #relocations if base = 0	( filled in by static linker )
-		DD 08070000H 	; base 								( set 0 by static linker )
+		DD 0				; # relocations	( filled in by static linker )
 		DD @Init0		; Loader <-- Oberon (entrypoint)
 		DD @dlopen		; Loader --> Oberon 
 		DD @dlclose		; Loader --> Oberon