François Revol
François Revol
Because nobody had the time and/or the need to have it implemented yet, hence the error.
Not really… You'll want to check how other partitioning schemes are implemented, and read documentation about the xbox one. And test your code against a blank image or device you...
Reminds me I started fixing GNU LD to actually handle PEF instead of just pretending, if anyone want to have a look at the patch… One more thing I never...
Although I didn't even check if they possibly dropped it upstream already, they have a tendency to remove things they feel nobody uses… For the record, [here my last attempt](https://github.com/mmuman/binutils-gdb/commits/bfd-pef-output),...
Btw, the Be Newsletter [does mention __start quite briefly](https://www.haiku-os.org/legacy-docs/benewsletter/Issue3-4.html)… > Okay - I will look at getting this in to a branch and seeing how far it gets us. How...
At least on Haiku it's exposed as a C++ function as per `headers/os/support/Beep.h` so yes, it's exported as `beep__Fv` there with the gcc mangling scheme.
Maybe have a look at `find_directory`, there are C versions of it.
> Yes it is more or less happy - the main caveat is that for some reason some Be C functions are name mangled... so I think I will need...
Hi, I started a Conky port to Haiku #433 ... while we don't use Wayland, we don't use X11 either. So we also need the X11 code to be factored...
So yeah, we should start by cleaning up and adding some platform base classes…