Results 192 comments of Liav A.
trafficstars

Taking a completely different approach to this I decided to at first to not try to create a static binary. So we start with a dynamically-linked binary with many known...

Oh, and I almost forgot, we still don't have the ability to use this in boot time in the sense that it's not like BusyBox that can do a sequence...

> Is there a chance that we can skip linking against `LibUtil` for the on-system tools and just `#include ` instead? Loading the entire LibUtil just to run one tool...

> Is there a chance that we can skip linking against `LibUtil` for the on-system tools and just `#include ` instead? Loading the entire LibUtil just to run one tool...

> My suggestion is something like the following: [f64326e](https://github.com/SerenityOS/serenity/commit/f64326ef64c3ecc685dab8118e5b1229a7686500). Generating the help text from the list of tools I have yet to figure out. > > Note that both of...

> > I will have to look into this more deeply to examine how to integrate this correctly with other libraries to ensure the output binary of BuggieBox is almost...

Let's not make the effort go in vain, I will fetch the commits and fixup the problems so it can be still merged.

All of these patches work both on QEMU and on my ICH7 test machine, so @linusg please test them and if they are OK, we should merge these :)