mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
[build] Change memory_layout from csv to yaml
I realized we don't need yet another format for configuration. As a bonus, yaml also allows for a more descriptive file.
This commit is contained in:
17
definitions/memory_layout.yaml
Normal file
17
definitions/memory_layout.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
- name: linear
|
||||
size: 64T
|
||||
shared: true
|
||||
|
||||
- name: bitmap
|
||||
size: 1T
|
||||
shared: true
|
||||
|
||||
- name: heap
|
||||
size: 64G
|
||||
|
||||
- name: stacks
|
||||
size: 64G
|
||||
|
||||
- name: buffers
|
||||
size: 64G
|
||||
Reference in New Issue
Block a user