Michael Forney

Results 90 comments of Michael Forney
trafficstars

> gcc: fatal error: cannot execute 'as': execvp: No such file or directory It doesn't look like you've installed binutils. Make sure you have `binutils` or `sets.devel` in your `fs`...

Apologies, looks like I started a review but forgot to hit send. I'm still interested in merging these changes, but I think you should split them into one commit per...

We use the acme-client from openbsd, which is still maintained, but I will take a look at uacme. I like the fact that uacme is challenge agnostic. Thanks for the...

No, Linux only builds with gcc or clang. Maybe someday in the far far future, cproc would be capable enough to build it, but for now the goal is just...

> Why an additional compiler? I don't quite understand your question. gcc and clang can and will continue to be able to build all of oasis, no additional compiler is...

The main goal of oasis is not to build the most optimized Linux system possible. It is to provide a complete system built from components that have small and approachable...

Here's a size comparison of the core packages with `gcc -Os` (left) and `cproc` (right): ``` bin/awk | Bin 204104 -> 239496 bytes bin/basename | Bin 34240 -> 33952 bytes...

Can you provide some more details? i.e. how you booted the image (gui or serial), what you typed, what output you expected, and what output you saw? The shell echo...

Are you wanting to report a cproc bug or something? Feel free to just send me an email, and I can enter it in the sr.ht issue tracker. Or, would...

I think this should be easy to implement by using a priority queue for the pending work instead of a stack. However, I'm not sure exactly how to decide which...