Gregory Haerr
Gregory Haerr
Adds the ability to build Cosmopolitan on macOS. Prerequisites: [Rich Felker's gcc cross-compiler](https://github.com/FiloSottile/homebrew-musl-cross). [Gnu Make v4.3](https://stackoverflow.com/questions/43175529/updating-make-version-on-mac). These can quickly be installed using: ``` brew install filosottile/musl-cross/musl-cross brew install make --with-default-names...
Hello @jart, [Edits below: some earlier errors were my misunderstanding of build process] I'm continuing the discussion from https://github.com/jart/cosmopolitan/issues/227#issuecomment-1077806881, but am opening a new issue, so as not to be...
I'm opening this issue to talk about various projects I'm working on, most of which are running, but not fully integrated into the ELKS build yet. I'm interested to know...
As can be seen from the screenshot below, the floppy BIOSHD driver ends up doing a track read retry whenever switching between floppy disks with different sectors per track (e.g....
Hi! I ended up looking at your AquilaOS last week and found it well written. Then, I got redirected to your website and read a few of your articles... and...
Hello, just wanted to say how much I enjoy your FBPDF, FBFF, and NEATCC projects. Very well done! I thought you might be interested to know that I ported both...
Hello all, I'm not sure whether anyone is interested in this, but I have successfully ported a number of the OpenLibm math routines to [ELKS](https://github.com/jbruchon/elks), an 8086-based Linux kernel and...
I'm opening this issue as a place to discuss possible future bare metal enhancements in one place, rather than throughout the various PRs recently opened and merged, to make it...
Hello @klange, Quite a neat project you have here! I happened to be browsing the source and like your work on the dynamic linker as well as the compositor, pretty...
Attempting to display a man page on anything using `man` segfaults. Not sure why. [EDIT: Running `mandocdb /usr/share/man` produces the same result].