mirror of
https://github.com/DoctorWkt/unix-jun72.git
synced 2026-02-01 22:43:27 +00:00
Increase the amount of memory user programs have, so that the last1120
C compiler will run.
This commit is contained in:
11
patches/ecore.patch
Normal file
11
patches/ecore.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- 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
|
||||
Reference in New Issue
Block a user