[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [MirageOS-devel] Rust unikernels
On Tue, Jul 28, 2015 at 4:29 AM, Thomas Leonard <talex5@xxxxxxxxx> wrote:
I'm just starting to learn Rust, but I managed to create a simple static lib and link it into a standalone Mini-OS build: * build Rust from git with static musl libc support [1] * compile libhello.a from [2] * declare the Rust function as an extern in mini-os/kernel.c, call it from start_kernel() * add -L... -lhello to the Mini-OS linker flags * make and run Geoffroy, how does this compare to your approach? To understand the interactions between Xen, Mini-OS, and MirageOS, I found [3] and [4] useful starting points. The zinc.rs [5] project, a Rust RTOS for ARM, could provide some inspiration for modeling low-level operations in a type-safe way. [5]: http://zinc.rs -- Len Â
_______________________________________________ MirageOS-devel mailing list MirageOS-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |