Skip to content
Snippets Groups Projects
  • Avi Kivity's avatar
    990ae584
    memory: set up free memory from the boot loader · 990ae584
    Avi Kivity authored
    Currently the free memory pool consists of a statically allocated buffer.
    Replace it with a dynamic query of the amount of memory we actually booted with.
    
    (currently limited to 1GB since we haven't mapped anything else yet).
    990ae584
    History
    memory: set up free memory from the boot loader
    Avi Kivity authored
    Currently the free memory pool consists of a statically allocated buffer.
    Replace it with a dynamic query of the amount of memory we actually booted with.
    
    (currently limited to 1GB since we haven't mapped anything else yet).