From 2629adaafe51665b815644e5c39436179d5630d7 Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Sun, 19 Dec 2021 22:47:33 +0900 Subject: [PATCH] Add O_CREAT to W/O and W/R --- bootstrap.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.fs b/bootstrap.fs index 5a2d3ba..539276a 100644 --- a/bootstrap.fs +++ b/bootstrap.fs @@ -1692,8 +1692,8 @@ do-stack 16 cells + do-sp ! \ file access methods (fam) 0x00 constant R/O \ read-only -0x01 constant W/O \ write-only -0x02 constant R/W \ read-write +0x41 constant W/O \ write-only +0x42 constant R/W \ read-write 1024 constant BUFSIZE 128 constant FILENAME-MAX