LineKernel: Difference between revisions

From Riverpedia
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

  1. Cross-compile a GCC for the architecture needed (for i386 it would be i686-elf).
  2. QEMU - For testing the kernel