minimalist kernel and OS. targets x86_64 and the pinephone (aarch64)
osdev kernel

doc: add license and readme

0039766.xyz aa3a41c7

+33
+18
LICENSE.txt
··· 1 + MIT No Attribution 2 + 3 + Copyright 2025, Molly 4 + 5 + Permission is hereby granted, free of charge, to any person obtaining a copy 6 + of this software and associated documentation files (the "Software"), to deal 7 + in the Software without restriction, including without limitation the rights 8 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 + copies of the Software, and to permit persons to whom the Software is 10 + furnished to do so. 11 + 12 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 16 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 17 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 18 + SOFTWARE.
+15
README.md
··· 1 + ## pinet 2 + 3 + minimalist kernel and OS. targets x86_64 and the pinephone (aarch64) 4 + 5 + ### building 6 + 7 + TODO 8 + 9 + ### usage 10 + 11 + TODO 12 + 13 + ### license 14 + 15 + MIT No Attribution (aka MIT-0), for more info see [`LICENSE.txt`](./LICENSE.txt)