Skip to content

justanothercell/scoletite_os

Repository files navigation

Scoletite OS

A x86-64 Kernel/OS

ATTENTION

This is probably only compilable on 64-bit systems due to rust's core crate having problems with transpiling. You might want to try xargo which i did not end up using but claims to be able to cross compile rust core.

Build & Run

see run.bat or run.sh respectively

Tools / Setup Steps

  • QEMU VM
  • NASM assembler
  • lld (llvm's version of ld, but ld works as well)
  • Hexdump self created, optional to view image and can be replaced by any real tool

Resources