Amjad50 / Emerald

An Operating System in Rust
https://amjad.alsharafi.dev/Emerald
MIT License
12 stars 0 forks source link

Process args #27

Closed Amjad50 closed 11 months ago

Amjad50 commented 11 months ago

Added args to the process.

In C, we can use int main(argc, argv), and in rust we can use std::env::args()

The changes in the extern contain some unrelated things to this exactly, but things I'm working on at the same time, and are small changes. Including: