Skip to content
/ glaze Public

🍯 A simple operating system.

Notifications You must be signed in to change notification settings

wcho21/glaze

Repository files navigation

Glaze

A simple operating system kernel for RISC-V.

How to Run

The following process is based on Ubuntu (24.04) with a cross-compiler gcc and an emulator qemu.

To build a kernel, run make.

To run a kernel with qemu, run make qemu.

To run a debugger, run make qemu-gdb. In another terminal, run gdb-multiarch. Then you can debug with target remote:26000 in gdb.

About

🍯 A simple operating system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published