On Thu, Oct 17, 2024 at 7:28 AM Amos Jeffries wrote:
> I would guess that means it provides access to system devices under the
> path "/dev" ?
What it does is it exposes a Mach device as a filesystem node (hence
"devnode"), so you can do open("/dev/foobar") instead of
device_open("foobar"). In pa
On 17/10/24 12:30, jbranso wrote:
+
+[[!tag stable_URL]]
+
+`devnode` is the Hurd devnode translator.
I would guess that means it provides access to system devices under the
path "/dev" ?
Cheers
Amos
* hurd/translator.mdwn: add a link to devnode
* hurd/translator/devnode.mdwn: new file
---
hurd/translator.mdwn | 1 +
hurd/translator/devnode.mdwn | 14 ++
2 files changed, 15 insertions(+)
create mode 100644 hurd/translator/devnode.mdwn
diff --git a/hurd/translator.mdwn b/