Skip to content

weiso131/Teddy-Cat-OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teddy-Cat-OS

Introduction

This project is a learning-oriented operating system, targeting a 32-bit RISC-V architecture and runnable on a virt machine.

It is based on the tutorial “OS in 1000 Lines”, serving as the starting point for learning.
Many parts of the code are adapted or directly carried over from that project.

Related Links

Environment Setup

sudo apt update && sudo apt install -y clang lld qemu-system-riscv32 curl

git clone https://github.com/weiso131/Teddy-Cat-OS
cd Teddy-Cat-OS
curl -LO https://github.com/qemu/qemu/raw/v8.0.4/pc-bios/opensbi-riscv32-generic-fw_dynamic.bin

Build & Run

make
make run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published