summaryrefslogtreecommitdiff
path: root/05/constants.b
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-02-16 12:25:14 -0500
committerpommicket <pommicket@gmail.com>2022-02-16 12:25:14 -0500
commit408e9b0e81342b1e65870f35fc5e4e8b566c9c69 (patch)
tree0860f281a2efca0f553c820b80737dfc5ffca4d1 /05/constants.b
parent42911ccf67dd13293d332e75d6d7772c8ebb9fb8 (diff)
start signal.h
Diffstat (limited to '05/constants.b')
-rw-r--r--05/constants.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/05/constants.b b/05/constants.b
index 5027198..dc0d21e 100644
--- a/05/constants.b
+++ b/05/constants.b
@@ -5,7 +5,7 @@
; read-only data 4MB addresses 0x800000-0xbfffff
; read-write data 4MB addresses 0xc00000-0xffffff
; note that file offsets and runtime addresses are the same.
-; you should be able to change these constants (in a way that's consistent) without breaking anything:
+; if you want to change these constants, make sure you update signal.h's _SIGNAL_HANDLERS!
#define ENTRY_ADDR 0x200000
#define FUNCTIONS_ADDR 0x400000
#define FUNCTIONS_END 0x800000