From bb5afed7a0eeaf361be1e29b3a3ab8ace2865b39 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 9 Oct 2024 17:01:06 -0600 Subject: lib9p: finish refactor --- lib9p/idl/1996-Styx.9p.wip | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib9p/idl/1996-Styx.9p.wip (limited to 'lib9p/idl/1996-Styx.9p.wip') diff --git a/lib9p/idl/1996-Styx.9p.wip b/lib9p/idl/1996-Styx.9p.wip new file mode 100644 index 0000000..599abc8 --- /dev/null +++ b/lib9p/idl/1996-Styx.9p.wip @@ -0,0 +1,15 @@ +# 1996-Styx.9p - Definitions of Styx messages +# +# Copyright (C) 2024 Luke T. Shumaker +# SPDX-Licence-Identifier: AGPL-3.0-or-later + +# Styx was a variant of the 9P protocol used by the Inferno operating +# system. Message framing looks like 9P1 (1995), but semantics look +# more like 9P2000 (2002). I am not sure whether there are Styx +# protocol differences between Inferno 1e, 2e, or 3e (4e adopted +# 9P2000). +# +# - 1996 beta +# - 1997 1.0 +# - 1999 2nd ed +# - 2001 3rd ed -- cgit v1.2.3-2-g168b