Project Description

FizzBuzz OS (or just fbos) is an idea I've had in order to better grasp the fundamentals of the low level of a RISC-V machine. In practice, I'd like to build a small Operating System kernel that is able to launch three processes: one that simply prints "Fizz", another that prints "Buzz", and the third which prints "FizzBuzz". These processes are unaware of each other and it's up to the kernel to schedule them by using the timer interrupts as given on openSBI (fizz on % 3 seconds, buzz on % 5 seconds, and fizzbuzz on % 15 seconds).

This kernel provides just one system call, write, which allows any program to pass the string to be written into stdout.

This project is free software and you can find it here.

Goal for this Hackweek

  • Better understand the RISC-V SBI interface.
  • Better understand RISC-V in privileged mode.
  • Have fun.

Resources

Looking for hackers with the skills:

assembly risc-v c kernel

This project is part of:

Hack Week 24

Activity

  • 4 days ago: rmarliere liked this project.
  • 11 days ago: jmodak liked this project.
  • 28 days ago: rmarliere joined this project.
  • about 1 month ago: mbrugger liked this project.
  • about 1 month ago: digitaltomm liked this project.
  • 2 months ago: mssola added keyword "assembly" to this project.
  • 2 months ago: mssola added keyword "risc-v" to this project.
  • 2 months ago: mssola added keyword "c" to this project.
  • 2 months ago: mssola added keyword "kernel" to this project.
  • 2 months ago: mssola started this project.
  • 2 months ago: mssola originated this project.

  • Comments

    Be the first to comment!

    Similar Projects

    Tumbleweed on Mars-CM (RISC-V board) by ph03nix

    RISC-V is awesome, Tumbleweed is awesome, choco...


    Create openSUSE images for Arm/RISC-V boards by avicenzi

    [comment]: # (Please use the project descriptio...


    early stage kdump support by mbrugger

    [comment]: # (Please use the project descriptio...


    Contributing to Linux Kernel security by pperego

    Description

    A couple of weeks ago, I foun...


    Modularization and Modernization of cifs.ko for Enhanced SMB Protocol Support by hcarvalho

    Creator:<br> Enzo Matsumiya ematsumiya@suse.de...


    Model checking the BPF verifier by shunghsiyu

    Project Description

    BPF verifier plays a ...


    Linux on Cavium CN23XX cards by tsbogend

    Before Cavium switched to ARM64 CPUs they devel...