If you use a swapfile on that setup…
Does that mean you’ve literally DOWNLOADED RAM???
Felony!!!
Lol this is exactly where my mind went
Ladies, gentlemen, none of the above. We have come full circle. The mainframe + Terminal combination is back
Mainframes are just other people’s computers
Respect, but…
Linux uh… Finds a way.
That’s some God tier linux wizardry
How is that latency haha
Competitive with 1970s?
Not Stallman approved
Systemd FTW
The first paragraph is savage LOL
@Chewy7324 It seems be fun but the latency should be terrible 😅
Latency isn’t the only issue.
it’s slow, symbolic and hard linking don’t work correctly, and permissions and attributes aren’t recorded.
You could have a secondary layer that tarred every file on write, since tar maintains permission flags. It could also fix symbolic linking, but not hard linking. As an added benefit, it would drastically reduce the usefulness of the system.
What about using a Google Sheets spreadsheet with the file content encoded in BASE64?
Once it all gets to ram, you should be just fine
If he only went with void instead of arch, it’s just cheating using a systemd distri
Now this is why foss software is important 😁
deleted by creator
You can make it work mostly that way. Create a UKI (unified kernel image including EFI stub loader, kernel, initial filesystem and kernel parameters), then tell uefi to directly boot it. The four steps still run, but using only a single file.
Arch and Gentoo wiki only mention systemd-stub, are unified kernel images not possible with other init systems? With efistub seems possible but i couldn’t get that to work on my MB.
Is coreboot doing something like this?