Compare commits

..

5 Commits

Author SHA1 Message Date
e9c79f1d6a
Adjust bounds for page table filling. Some maths was wrong 2020-12-02 02:37:17 +00:00
69eb6e10c8
Separate out ELF header parsing to another file 2020-12-02 02:37:17 +00:00
Curle
13139779f2 Fix formatting in templates 2020-11-29 21:24:00 +00:00
Curle
2ae1c75019 Update issue templates 2020-11-29 21:22:39 +00:00
Curle
f9a6171f0a
Create LICENSE 2020-11-29 21:12:49 +00:00
3 changed files with 55 additions and 0 deletions

18
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,18 @@
---
name: Bug report
about: Tell us about something gone wrong
title: ''
labels: bug
assignees: TheCurle
---
**What went wrong?**
We need to know what the actual problem to be solved is - obviously!
**How can we recreate the issue?**
Having solid steps to reproduce the problem helps a ton!
Please put it in terms of "Step 1: Boot, Step 2: Press this combination of keys: `alt + F20 + J`..."
**What do you think went wrong?**
If you have any vague suggestions or have investigated the issue and know roughly what's wrong, feel free to put it here. Otherwise, don't worry.

View File

@ -0,0 +1,16 @@
---
name: Feature request
about: Got a cool idea for new functionality?
title: ''
labels: enhancement
assignees: TheCurle
---
**Describe the feature**
What's the actual feature? How would it be activated? What would it allow you to do?
What's the benefit, and why is it worth the work required?
**Alternatives?**
If the feature cannot be added for whatever reason, is there a reasonable compromise you have in mind?
Who knows, this alternative may be introduced alongside the main feature.

21
LICENSE Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2020 Curle
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.