Matt Sinclair

Results 4 issues of Matt Sinclair

fs_config.rst tries to link to chapters on kernel-chapter, full-system-arm-chapter, and m5-op-chapter. However, none of these keywords links to an actual chapter in the document. Matt

Before http://learning.gem5.org/book/part2/parameters.html, there are no comments in the hello_object.cc code that appears in the HTML. However, starting with this section, there are comments for member variables (myName, latency, timesLeft) that...

In http://learning.gem5.org/book/part2/parameters.html, we update the following DPRINTF to print the name of the parameter object: DPRINTF(Hello, "Created the hello object with the name %s\n", myName); However, later in the same...

I was wondering if any of you have any feedback on ways I could speed up the cachetxt additions to the kernel cache? I know these files change occasionally, but...