vault backup: 2022-08-11 11:29:21

This commit is contained in:
Jet Hughes 2022-08-11 11:29:21 +12:00
parent e20ac23baa
commit e33c2b9fd5

View File

@ -52,3 +52,16 @@ uint_t byte_array[1024];
- compiler chooses somewhere in memory
- the name of the array maps to the location
## segments
- ![diagram](https://i.imgur.com/owQcqhJ.png)
- translation between virtual and physical pages
- compiler knows
- where in memory program is stored
- how much global data you use
- where the stack is
## malloc
- "memory allocate"
-