Files
jsix/src/user/6s/6s.module
Justin C. Miller eb62588b79 [6s] Allow 6s to know about filesystems
Added a j6_proto_vfs_tag/_get_tag pair of messages to the VFS protocol
to allow filesystems to label themselves, and gave 6s the concept of
current fs and current working directory.
2024-04-30 22:23:04 -07:00

12 lines
206 B
Python

# vim: ft=python
module("6s",
targets = [ "user" ],
deps = [ "libc", "edit" ],
description = "j6 shell",
sources = [
"commands.cpp",
"main.cpp",
"shell.cpp",
])