LineKernel: Difference between revisions
Jump to navigation
Jump to search
Import from https://linecoreos.rivergames.ca/articles/linekernel |
m Add River Games |
||
| Line 13: | Line 13: | ||
# [https://wiki.osdev.org/GCC_Cross-Compiler Cross-compile a GCC] for the architecture needed (for <code>i386</code> it would be <code>i686-elf</code>). | # [https://wiki.osdev.org/GCC_Cross-Compiler Cross-compile a GCC] for the architecture needed (for <code>i386</code> it would be <code>i686-elf</code>). | ||
# <code>QEMU</code> - For testing the kernel | # <code>QEMU</code> - For testing the kernel | ||
[[Category:River Games]] | |||
Latest revision as of 04:28, 6 May 2026
LineKernel is a kernel unlike any other UNIX-Like kernel.
LineKernel is a Monolithic kernel designed for x86(_64) built from scratch for the LineCore Operating System.
This Kernel is for the LineCoreOS x86(_64) release.
Features in Development
Kernel
Compiling
Dependencies
- Cross-compile a GCC for the architecture needed (for
i386it would bei686-elf). QEMU- For testing the kernel