Robin Lambertz

Results 193 issues of Robin Lambertz

While the linkle binary is fairly well documented, it'd be nice if the linkle library crate could get a nice documentation as well.

enhancement

Travis now supports windows. We should move our windows builds to it and drop appveyor.

Currently, linkle will accept any file as an icon. It should probably warn or even error if the ICON isn't a JPEG, or has the wrong dimension

enhancement

Basically the inverse of `linkle nacp`

enhancement

Input as JSON, output as NPDM. Follow the file format of npdmtool.

enhancement

elf2nxo style

enhancement

Would allow me to remove a bunch of internal mutexes that don't make much sense.

Basically, the same as gen_rust_code.py, but generating a server implementation instead.

KFS

I believe I've found a fairly neat abstraction in KFS: https://github.com/roblabla42/KFS/blob/master/libuser/src/syscalls.rs#L114

KFS

We should make the syscall wrappers work under i386. This might require making an entirely different file that simply has the same interface.

KFS