Added README.md and LICENSE

This commit is contained in:
Xnoe 2021-08-29 07:27:42 +01:00
parent 5fbe8c6886
commit 0dca50b0d4
Signed by: xnoe
GPG Key ID: 45AC398F44F0DAFE
2 changed files with 16 additions and 0 deletions

7
LICENSE Normal file
View File

@ -0,0 +1,7 @@
Copyright © 2021 Xnoe
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# Xnoe OS
An attempt at writing an "Operating System" in x86 assembler.
Hi all, I have many hobbies, one of those is torturing myself with knowledge I probably won't ever make use of again, and that is why this exists.
I've had an interest in operating systems since I started to code, and *have* attempted to write this in the past, but I lacked the skills required back then.
This codebase features a bootloader that can load files from a FAT16 disk, and a kernel that doesn't have much functionality at all.