mirror of
https://github.com/DoctorWkt/unix-jun72.git
synced 2026-02-01 14:32:40 +00:00
these. Modified patches/core/v2_as.patch so that we no longer need sys1.s, and changed tools/assemv2 to no longer create sys1.s.
12 lines
354 B
Diff
12 lines
354 B
Diff
--- rebuilt/u0.s Mon May 5 17:57:35 2008
|
|
+++ build/u0.s Mon May 5 17:57:54 2008
|
|
@@ -43,7 +43,7 @@
|
|
.endif
|
|
|
|
core = orig+40000 / specifies beginning of user's core
|
|
-ecore = core+20000 / specifies end of user's core (4096 words)
|
|
+ecore = core+40000 / specifies end of user's core (4096 words)
|
|
|
|
4;4 / init by copy
|
|
unkni;0 / " error
|