duskos

dusk os fork
git clone git://git.alexwennerberg.com/duskos
Log | Files | Refs | README | LICENSE

commit b830a37714fb673e5ff1993694a740c417078b8f
parent ee6b039bba5fabb1c115c31f808a9884bc297cf3
Author: Virgil Dupras <hsoft@hardcoded.net>
Date:   Fri, 10 Mar 2023 16:35:47 -0500

hal: fix :info

Diffstat:
Mfs/tests/all.fs | 2+-
Mposix/vm.c | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/fs/tests/all.fs b/fs/tests/all.fs @@ -1,7 +1,7 @@ \ Run all test suites f<< /tests/kernel.fs f<< /tests/lib/all.fs -\ f<< /tests/sys/all.fs +f<< /tests/sys/all.fs f<< /tests/fs/all.fs f<< /tests/asm/all.fs \ f<< /tests/comp/c/all.fs diff --git a/posix/vm.c b/posix/vm.c @@ -872,6 +872,7 @@ static void buildsysdict() { sysalias("abort", "byefail"); abortaddr = find("abort"); inrdaddr = find("in<"); + entry("_fsinfobuf"); allot(0x112); // used in FINFO entry("main"); mainaddr = here(); callwr(find("word"));