Skip to content

nogoodidea/another_toy_kernel_i_guess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Another toy kernel i guess

A microkernel made for fun.

Dependencys

  • QEMU riscv64
  • gcc riscv64 cross tool chain

Building

TLDR follow this guide: osdev.wiki GCC Cross-Compiler

  • the target tuple is riscv64-none-elf.
  • alternatively you can use a prebuilt toolchain but i havent used one for building so like ... Here Be Dragons and all that.

Then the install qemu-system-riscv64 from your distros package manager.

make and then make qemu to test it. make qemu-debug and make gdb may be helpfull for debuging.

Usage

TBD

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published