research-unix-v7 icon indicating copy to clipboard operation
research-unix-v7 copied to clipboard

Research UNIX v7 ported the the Raspberry Pi

Results 3 research-unix-v7 issues
Sort by recently updated
recently updated
newest added

I have implemented a new sycall, the uname syscall. It allows V7 to display operating system information by running the command 'uname -a' (which is also implemented). These are taken...

I'm currently working on implementing uname to V7, so that if one types 'uname -a' for instance, it would display the operating system information.

I tried running it on QEMU, but it didn't work. It just didn't display any output. Has anyone have an idea on how to fix this?