initial commit

This commit is contained in:
Ezri 2025-07-11 09:14:07 -06:00
commit 188bd7dc73
Signed by: ezri
GPG Key ID: 058A78E5680C6F24
2 changed files with 13 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -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

3
README.md Normal file
View File

@ -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).