Martin Kröning

Results 212 comments of Martin Kröning

Output: ```console $ RUSTFLAGS="-Z instrument-mcount" cargo +nightly build --features instrument [..] = note: /usr/bin/ld: /home/mkroening/Development/uhyve/target/debug/deps/librftrace_frontend-85b6692d5d12b35a.rlib(rftrace_frontend-85b6692d5d12b35a.rftrace_frontend.5e02504f-cgu.2.rcgu.o): in function `rftrace_frontend::frontend::enable': /home/mkroening/.cargo/registry/src/github.com-1ecc6299db9ec823/rftrace-frontend-0.1.0/src/frontend.rs:16: undefined reference to `rftrace_backend_enable' /usr/bin/ld: /home/mkroening/Development/uhyve/target/debug/deps/librftrace_frontend-85b6692d5d12b35a.rlib(rftrace_frontend-85b6692d5d12b35a.rftrace_frontend.5e02504f-cgu.2.rcgu.o): in function `rftrace_frontend::frontend::disable': /home/mkroening/.cargo/registry/src/github.com-1ecc6299db9ec823/rftrace-frontend-0.1.0/src/frontend.rs:21: undefined...

Version 0.1.0 of [`virtio-queue`](https://crates.io/crates/virtio-queue) has been released on crates.io today.

Not yet. There's a draft PR available, so it was working at some point, but we are currently lacking hardware that has KVM support to continue that PR.

Uhyve does not support networking yet (hence this issue). You can run your app on QEMU with [rusty-loader](https://github.com/hermitcore/rusty-loader/blob/master/README.md#network-support) for network support.

That's the same case as for the kernel, which won't change its coloring behavior once compiled. `xtask ci` just works because it is meant for development. The loader also has...

I'll still have to add a device tree. CC: @sarahspberrypi, @jounathaen

This is now ready for review, though not ready to merge, since this uses a WIP `hello_world` for CI.

> Do we still the feature `newlib`? For now yes. But I am already looking for a way to remove it. For example: - https://github.com/hermit-os/kernel/pull/656 - https://github.com/hermit-os/kernel/pull/1166

This already is a discussion on this: https://github.com/openjfx/openjfx-docs/issues/6

We'll transform this project into a proper template. Thank you so much for the suggestion and the previous work, @sassman! :)