Re: vmd loadfile_elf cleanup

2018-12-12 Thread Mike Larkin
On Wed, Dec 12, 2018 at 12:25:01PM +0100, Claudio Jeker wrote: > Doing some additional cleanup in loadfile_elf.c (the code used for -b bsd) > > - switch com port to 115200 instead of 9600 (our own bootloader does the > same when booted in a VM). > - use the new write_mem(addr, NULL, size) code t

vmd loadfile_elf cleanup

2018-12-12 Thread Claudio Jeker
Doing some additional cleanup in loadfile_elf.c (the code used for -b bsd) - switch com port to 115200 instead of 9600 (our own bootloader does the same when booted in a VM). - use the new write_mem(addr, NULL, size) code to zero memory. This makes that code a lot simpler. OK -- :wq Claudio