about summary refs log tree commit diff stats
path: root/html/edit.png
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-09-28 23:08:27 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-29 10:20:13 -0700
commit630433cd9cb97cf71d24bfc8fab6fb54ce40382a (patch)
treecf4cffae8599489e5efcbc18b965f804d5e3a8e8 /html/edit.png
parentfd0cf1cd07ce01c3d6fe709d55b60ff9d1d5d44f (diff)
downloadmu-630433cd9cb97cf71d24bfc8fab6fb54ce40382a.tar.gz
4614 - redo simulated RAM
Now simulated 'Memory' isn't just a single flat array. Instead it knows
about segments and VMAs.

The code segment will always be first, and the data/heap segment will always
be second. The brk() syscall knows about the data segment.

One nice side-effect is that I no longer need to mess with Memory initialization
regardless of where I place my segments.
Diffstat (limited to 'html/edit.png')
0 files changed, 0 insertions, 0 deletions
01 22:17:40 -0800 7157' href='/akkartik/mu/commit/apps/print-file.mu?h=main&id=c8e41a470f1c3ee1dbf7b881a3dec31633e39085'>c8e41a47 ^
db9932a9 ^
c8e41a47 ^
74f1512f ^
db9932a9 ^
c8e41a47 ^

db9932a9 ^
c8e41a47 ^
74f1512f ^
c8e41a47 ^

74f1512f ^
c8e41a47 ^
db9932a9 ^

c8e41a47 ^
16cf8273 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39