This is an educational/hobby x86 kernel. Current development branch:
| Branch | Supported |
|---|---|
main |
✅ |
| Others | ❌ |
This is not a production kernel. For bugs or vulnerabilities:
- Open a GitHub issue with label
bug - Include exact reproduction steps and QEMU output
- If the issue is sensitive, contact the maintainer directly
Security concerns relevant to an OS kernel:
- Privilege escalation (ring 3 → ring 0)
- Memory safety (buffer overflows, use-after-free in kernel code)
- Improper interrupt handling (double faults, triple faults)
- Page table misconfiguration
We appreciate responsible disclosure. Since this is an educational project, there are no bounties or embargoes. All issues are fixed publicly.