From 408e9b0e81342b1e65870f35fc5e4e8b566c9c69 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 16 Feb 2022 12:25:14 -0500 Subject: start signal.h --- 05/constants.b | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '05/constants.b') 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 -- cgit v1.2.3