From 83c67014034bbf9072d7e4555b0e51e815a95756 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 18 May 2019 00:00:18 -0700 Subject: switch to new syntax for segment headers in C++ --- subx/049memory_layout.subx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 subx/049memory_layout.subx (limited to 'subx/049memory_layout.subx') diff --git a/subx/049memory_layout.subx b/subx/049memory_layout.subx new file mode 100644 index 00000000..36837ade --- /dev/null +++ b/subx/049memory_layout.subx @@ -0,0 +1,8 @@ +# Segment addresses aren't really the concern of any other layer, so we'll +# define them separately. They're approximate due to fidgety ELF alignment +# requirements, so don't get clever assuming variables are at specific +# addresses. + +== code 0x09000000 + +== data 0x0a000000 -- cgit 1.4.1-2-gfad0