From 39beef3edc6176ec7eb517d1cacfe8f6d319a1b4 Mon Sep 17 00:00:00 2001 From: Jon Feldman Date: Mon, 20 Feb 2017 22:53:57 -0500 Subject: [PATCH] Add README and LICENSE --- LICENSE.txt | 15 +++++++++++++++ README.md | 9 +++++++++ 2 files changed, 24 insertions(+) create mode 100644 LICENSE.txt create mode 100644 README.md diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..3d8b50a --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,15 @@ + IDGAF PUBLIC LICENSE + Version IDGAF, February 2017 + + Copyright (C) 2017 Jonathan Feldman + + This license document may be used under the terms and conditions + outlined in the below section. + + IDGAF PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. I don't give a fuck what you do with this. + 1. Whatever you do with this isn't my damn problem. + + diff --git a/README.md b/README.md new file mode 100644 index 0000000..b540ef6 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +Move along, nothing really to see here. + +This is just a small toy I've been playing around with; I attempted to implement a OS kernel back at age 15 and failed miserably. + +Now I'm older and understand baremetal better; this is attempt #2. Expect to see stupid shit as I break things, generally fumble around, and fight nail and tooth with paging and potentially non-monolithic design when I get a better handle on shit. + +Do not expect this to ever become something vagely useful like Toaru or whatever. + +Name may or may not be derived from Mahouka. ;) -- 2.39.5