SentientOS: Implementing process arguments (twice)

Опубликовано: 16 Июнь 2026
на канале: Maurice Hieronymus
260
19

Hello dear viewer,
my name is Maurice, and I've been working on a hobby OS named SentientOS since the last 1,5 years. It is written in Rust for the RISC-V architecture.

Today we're gonna implement a simple version of the 'echo' program and passing arguments to processes.

The approach I was pursuing in the first hour was failing at the end. So if you only want to see the approach which was working, you can go directly to 1:06:28.

Github: https://github.com/sysheap/sentientos

TIMESTAMPS
00:00 What is SentientOS, and what are we doing?
01:10 Start with failing approach
01:06:28 Restart with easier approach