Refs to good info on RISCV bare metal code

All about the OSDev Wiki. Discussions about the organization and general structure of articles and how to use the wiki. Request changes here if you don't know how to use the wiki.
Post Reply
User avatar
KenDickey
Posts: 4
Joined: Mon Aug 28, 2023 4:23 pm

Refs to good info on RISCV bare metal code

Post by KenDickey »

Greetings,

I was trying to add reference URLs to page:
https://wiki.osdev.org/RISC-V_Bare_Bones
But I seem to lack permissions.

Sources of Note to add:

Small Bare Metal RISCV OS in asm and Rust
https://osblog.stephenmarz.com/
Asm boot code which sets up stacks for all harts on page:
https://marz.utk.edu/my-courses/cosc562/riscv/

Selfie is a minimalist self hosting compiler, os, and simulator for RISCV and is well documented
https://github.com/cksystemsteaching/selfie
In particular, 2 well written Bare Metal BS theses in
https://github.com/cksystemsteaching/se ... ain/theses

Full, Open Source Microkernel for riscv64 (plus arm7, ia32)
https://github.com/phoenix-rtos

HTH,
-KenD
Last edited by KenDickey on Thu Aug 31, 2023 2:15 pm, edited 1 time in total.
nullplan
Member
Member
Posts: 1644
Joined: Wed Aug 30, 2017 8:24 am

Re: Refs to good info on RISCV bare metal code

Post by nullplan »

viewtopic.php?f=8&t=677

Come on, you had to have seen this when creating this topic...
Carpe diem!
User avatar
KenDickey
Posts: 4
Joined: Mon Aug 28, 2023 4:23 pm

Re: Refs to good info on RISCV bare metal code

Post by KenDickey »

No joy. Tried but seem unable to join group Users.
Still see the diagnostic when try to edit:
vvv===vvv===vvv
View source
for RISC-V Bare Bones

You do not have permission to edit this page, for the following reason:

The action you have requested is limited to users in the group: Users.
^^^===^^^===^^^
Octocontrabass
Member
Member
Posts: 5218
Joined: Mon Mar 25, 2013 7:01 pm

Re: Refs to good info on RISCV bare metal code

Post by Octocontrabass »

KenDickey wrote:Tried but seem unable to join group Users.
Did you try joining the group "wiki"?
User avatar
KenDickey
Posts: 4
Joined: Mon Aug 28, 2023 4:23 pm

Re: Refs to good info on RISCV bare metal code

Post by KenDickey »

Yes, I am a member of group Wiki.
This has not let me edit the Bare Mental page.
Octocontrabass
Member
Member
Posts: 5218
Joined: Mon Mar 25, 2013 7:01 pm

Re: Refs to good info on RISCV bare metal code

Post by Octocontrabass »

Did you log in to the wiki?
User avatar
KenDickey
Posts: 4
Joined: Mon Aug 28, 2023 4:23 pm

Re: Refs to good info on RISCV bare metal code

Post by KenDickey »

Ah. Finally!
I thought I was logged with previous attempts but latest attempt succeeded.
Thanks much for your patience!
Post Reply