source: mainline/contrib/gem5/disk-image.patch@ 91889d5

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 91889d5 was 4e71a15b, checked in by Jakub Jermar <jakub@…>, 10 years ago

Add a script for building gem5 from scratch

Gem5 is an open-source simulator capable of simulating a full system
with the UltraSPARC T1 processor using the firmware binaries from the
OpenSPARC project.

  • Property mode set to 100644
File size: 512 bytes
  • configs/example/fs.py

    diff -r d1f8610cdffd configs/example/fs.py
    a b  
    123123                                             voltage_domain =
    124124                                             test_sys.cpu_voltage_domain)
    125125
     126    if options.disk_image is not None:
     127        test_sys.disk0.childImage(disk(options.disk_image))
     128
    126129    if options.kernel is not None:
    127130        test_sys.kernel = binary(options.kernel)
    128131
Note: See TracBrowser for help on using the repository browser.