Rafal

Results 11 comments of Rafal

We should make a meeting with all stakeholders ASAP to come up with a quick resolution of the issue

Hey, Did you execute `git submodule update --init --recursive` to fetch the acpica submodule? Seems like it might be not present. --- Readme should be fairly accurate, though i realize...

The userspace build seems to be a bit broken currently, probably some ubuntu defaults have changed. Im gonna think of writing a bootstrap script that would deal with all the...

The userspace build was also failing for me yday so gotta make some cleanup there, will update u once that's done. Cheers!

Should not, but depends how many cpu cores your docker has access too. Build here would use 4 threads. You can try bootstrap.sh script if u want. Just make sure...

I see, you miss steps from bootstrap.sh. Rust toolchain is built as a separate script as its too heavy to do in github action workflow. It has to be built...

Hey, I have updated the build instructions a bit, should be much easier to follow. I have tested it on a fresh ubuntu vm. Thanks!

That's great news, have you tried starting it in qemu? Did it work? The apparent disk.img size is 5GiB but it's a sparse file so physically it weights less (668M...

Something is wrong as it should just boot up instantly, perhaps grub did not install properly. Can you try rerunning `./disk-scripts/create_disk.sh` or at least `./disk-scripts/install_grub.sh` It will ask you for...