mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
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.
12 lines
206 B
Python
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",
|
|
])
|