commit 188bd7dc73f46745a12be152c21f433e735a5b50 Author: Ezri Date: Fri Jul 11 09:14:07 2025 -0600 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..711a4c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +mkosi.local/ +mkosi.local.conf +mkosi.output/ +mkosi.cache/ +mkosi.tools/ +mkosi.tools.manifest +mkosi.key +mkosi.crt +.mkosi-private diff --git a/README.md b/README.md new file mode 100644 index 0000000..7d565ca --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# BlackwallOS + +BlackwallOS is an immutable Linux distribution designed to effectively defend against certain high-threat-level attacks (such as so-called "evil maid" attacks), as well as stop any malicious code from gaining persistence. It is based on the design and principles of [ParticleOS](https://github.com/systemd/particleos).