Results 192 comments of Liav A.

So now that it works quite beautifully, I will post some pictures so you can view the environment: ![Screenshot_2022-11-19_19-53-55](https://user-images.githubusercontent.com/51659396/202864788-bb2b3586-0281-4f3a-9e63-4add455295f1.png) ![Screenshot_2022-11-19_19-54-27](https://user-images.githubusercontent.com/51659396/202864793-4322a870-6342-40c6-b135-9bba4367a636.png) ![Screenshot_2022-11-19_19-55-51](https://user-images.githubusercontent.com/51659396/202864819-0fcb3e67-86eb-47c0-a06e-48af6c09e677.png)

Leaving a side note here - if we failed to boot and we were dropped into emergency shell, and then continued booting with `init /dev/hdX` (or something like this), the...

Thinking about it seriously, the whole pivot root syscall should really look different. The main problem is our “mount table”, in particular the fact that it is a Vector and...

There are a few roadblockers to this - Getting rid of i686 support: This will greatly help to not run out of memory in case of big initramfs images, as...

We can close this, as #16855 will resolve this as well.

I said this before and I will say this again (as an Arch user) - please don't wait for the Arch people to get around this as this can take...

I looked in the `Toolchain` directory I had locally since I compiled clang about a month ago and I see that there's a `clang-format` binary already there, waiting to be...

We are getting very close to merge #15467. Once that happens then a bunch of fixes are possible: - We should no longer restrain the kernel to allocate up to...

Let's try this again :)

I intend to ensure this utility is good for both init environments and for jailed environments too. The idea for jailed environment is that you don't need to copy all...