Hi all, On the wiki, it says that bare-metal support is working on ARM but I can't find how to make it work.
Plus I'm wondering if finally M5Sim would provide me what I need, independently of the architecture I choose : I want to simulate an embedded system without a true OS (and without "disk" for that matters) but just one stand-alone executable. Will it be possible to load an elf binary in RAM (in the config file, like passing the elf (or an ObjectFile) as parameter of the PhysicalMemory) so that the simulation would follow these steps : -begin the simulation -CPU fetches it's reset address (e.g 0x00000000 or 0x00080000) where it finds the vector table set by the elf file -continue the execution of the elf-binary Thank you. BR, François-Xavier _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
