I hereby claim:
- I am evancox10 on github.
- I am evancox10 (https://keybase.io/evancox10) on keybase.
- I have a public key whose fingerprint is 7D31 85B1 4712 EF59 935D 80F5 FB10 D3CC 32AE 995F
To claim this, I am signing this object:
#include "devices.h" | |
void bus_t::add_device(reg_t addr, abstract_device_t* dev) | |
{ | |
// Searching devices via lower_bound/upper_bound | |
// implicitly relies on the underlying std::map | |
// container to sort the keys and provide ordered | |
// iteration over this sort, which it does. (python's | |
// SortedDict is a good analogy) | |
devices[addr] = dev; |
OUTPUT_ARCH( "riscv" ) | |
ENTRY( _start ) | |
SECTIONS | |
{ | |
/* text: test code section */ | |
. = 0x200; | |
.text : { *(.text) } | |
/* data: Initialized data segment */ | |
.data : { *(.data) } | |
/* End of uninitalized data segement */ |
PS C:\Users\Evan\packer_test> packer build hyperv-ubuntu-16.04.json | Tee-Object debug.log | |
2017/02/10 16:45:07 [INFO] Packer version: 0.12.2 | |
2017/02/10 16:45:07 Packer Target OS/Arch: windows amd64 | |
2017/02/10 16:45:07 Built with Go Version: go1.7.4 | |
2017/02/10 16:45:07 Using internal plugin for triton | |
2017/02/10 16:45:07 Using internal plugin for amazon-chroot | |
2017/02/10 16:45:07 Using internal plugin for hyperv-iso | |
2017/02/10 16:45:07 Using internal plugin for openstack | |
2017/02/10 16:45:07 Using internal plugin for cloudstack | |
2017/02/10 16:45:07 Using internal plugin for null |
I hereby claim:
To claim this, I am signing this object: