-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a ready-made ISO for download #2
Comments
Hi! There is currently an ISO available for download on the blog: download (I had to build it manually though) Automatically building it is something I am thinking about and I will work on it when I have the bandwidth :) The OS currently misses a lot of unit tests or integration tests. Building the ISO will probably come the same time as I add those missing tests |
This is a great project and has standards/potential of acceptance among developers and clients. |
The pre-made ISO hangs after:
|
It is probably just very very slow. I often had to wait pretty long on GRUB in particular. The main problem is that the kernel currently uses Parallel ATA to access the disk, which is super-slow. The successor is SATA, which should be a lot faster and will have an implementation in the kernel someday |
MirBSD also uses IDE (PATA) and is not as slow as this, even in qemu ;-) but okay… Update: it proceeds. Yay. Do I have a chance to get a Perl binary running, to run mksh’s testsuite with? |
It probably will be complicated to install since there is no network support yet. However if you still want to try it, you can probably cross-compile Perl yourself (the target is |
IMO that would hugely help the project. It would be lower the barrier for experimenting with the system. Maybe you can leverage some GitHub automation to do that when you merge a new feature branch? Thanks.
The text was updated successfully, but these errors were encountered: