Marco Quinten
Marco Quinten
That's a really good idea, however, it would be incredibly hard to do this since the code is not made to be adaptable to other architectures easily.
Done for Atomix.ILOptimizer in #18
What should happen in the case that not enough free memory is available?
Hey, apparently I forgot to bundle the es6 version with the published package.. I'll try to fix this as soon as I can. For now, please just use the regular...
> `arch -x86_64 sudo /bin/zsh -c "(curl https://cli-assets.heroku.com/install.sh | sh)"` Note that this installs the x86_64 version. There is a native aarch64 version available, might as well install that one....
@bararchy that would probably be easier. The main reason for wanting to implement nouveau first is that @chronium and I both own nvidia GPUs, so that way we can test...
Hey, glad you like it! It started as a proof of concept, but I guess it's becoming more and more usable now :) We only started this project about a...
@sdogruyol hey, thank you so much for featuring our project on Crystal Weekly! ❤️
@Virtual-Machine Hey, nice to see another person interested in the project :) We're building a unix-like, monolithic, modular kernel. We'll try to make parts of the kernel POSIX-compatible, although that's...
Verified. This happens because of a bug with freeing. In this case, `Heap.free` is called by `Heap.realloc`, which is used to increase the capacity of the `String::Buffer` used within `Keyboard.gets`....