klange / toaruos

A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
https://toaruos.org/
University of Illinois/NCSA Open Source License
6.03k stars 475 forks source link

init: double fd 1 and no fd 2 #282

Closed predefine closed 10 months ago

predefine commented 10 months ago

https://github.com/klange/toaruos/blob/e24cdc168170d0fa4c49d150376c09a6924fae23/apps/init.c#L47-L51

klange commented 10 months ago

I believe you are mistakenly interpreting the arguments to syscall_open. The second argument is the flags value, with 1 being O_WRONLY.

predefine commented 10 months ago

sorry, i think it was fd