kvisc/ka/command.k

14 lines
249 B
Plaintext
Raw Normal View History

2019-06-20 18:13:06 +02:00
; The OS/K Team licenses this file to you under the MIT license.
; See the LICENSE file in the project root for more information.
2019-07-01 13:16:17 +02:00
start:
call CMD.builtins.dir
stop
include "crt/crt.k"
include "usr/cmd/dir.k"
include "sys/drv/diskdev.k"
2019-06-20 18:13:06 +02:00