Skip to content

shvpnd/bos-130

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOS-130

A simple operating system built for the Raspberry Pi Pico (RP2040), implementing a shell, file system, and system utilities.

Screenshot_2025-05-12_14-38-07

Features

  • Basic Shell: Commands like ls, mkdir, cd, touch
  • Crude File System: In-memory file system supporting directories and files
  • Neofetch-style System Info: fetch to display uptime, RAM usage, and file stats.

How to Build

  1. Clone this repository:

    git clone https://github.com/shvpnd/bos-130.git
    cd bos-130
  2. Create a build directory and compile:

    mkdir build
    cd build
    cmake ..
    make
  3. Flash the generated .uf2 file to your Raspberry Pi Pico.

References

About

toy operating system for rp2040

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published