mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
vault backup: 2022-08-11 11:29:21
This commit is contained in:
parent
e20ac23baa
commit
e33c2b9fd5
@ -52,3 +52,16 @@ uint_t byte_array[1024];
|
||||
- compiler chooses somewhere in memory
|
||||
- the name of the array maps to the location
|
||||
|
||||
## segments
|
||||
- 
|
||||
- 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"
|
||||
-
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user