Re: /dev/stderr in early userspace

2023-03-23 Thread lacsaP Patatetom
Le jeu. 23 mars 2023 à 11:02, nl6720 a écrit : > > On Thursday, 23 March 2023 10:49:40 EET lacsaP Patatetom wrote: > > hi, > > > > I recently noticed that `/dev/stderr` was not present at the very > > beginning of the boot, in early userspace. > > > > if I add `break` parameter to have control

Re: /dev/stderr in early userspace

2023-03-23 Thread nl6720
On Thursday, 23 March 2023 10:49:40 EET lacsaP Patatetom wrote: > hi, > > I recently noticed that `/dev/stderr` was not present at the very > beginning of the boot, in early userspace. > > if I add `break` parameter to have control during this step and do a > `ls` test, this is what I get: > >

/dev/stderr in early userspace

2023-03-23 Thread lacsaP Patatetom
hi, I recently noticed that `/dev/stderr` was not present at the very beginning of the boot, in early userspace. if I add `break` parameter to have control during this step and do a `ls` test, this is what I get: ``` [rootfs ]# ls -l /dev/std* ls: /dev/std*: No such file or directory ``` Is