Jonathan Parris

Results 8 comments of Jonathan Parris

Hi Ben, The basic.html section was a diff although I didn't explain that. Here's the js section plain. ``` [nix-shell:~/v86]$ cat examples/basic.html Basic Emulator "use strict"; window.onload = function() {...

Hi Ben, Here you go. I had to zip together OVMF-pure-efi.fd & UefiShell.iso into [ovmf-ia32.zip](https://github.com/copy/v86/files/2672593/ovmf-ia32.zip) because of github upload restrictions. Cheers, Jon

Hi Phill, First off your blog-os posts are what inspired me to get back into hobby os dev :) Second get a different error now. My guess is this one...

Okay after some googling adding --release the cargo xbuild command gets me over the duplicate symbol issue. Although I'd still like to get to the bottom of it.

Hi @robert-w-gries, Yes I ran both a `cargo clean` and a `rm -r ~/.xargo` before my `xargo build`. -Jon

@phil-opp I've added you to my private gitlab repo.

@phil-opp sorry I should have warned you make uses `xbuild` with the `--releases` flag. if you want to reproduce the `duplicate symbol: __rustc_debug_gdb_scripts_section__` you need to run `cargo xbuild --target=x86_64-uefi.json`....

@dvc94ch I've opened https://github.com/rust-lang/rust/issues/52909 to get to the bottom of the duplicate gdb symbols.