I've got mkdir working in the alt system. I had to allow the dir bit

in the permissions mask in creat, through.
This commit is contained in:
Warren Toomey
2016-03-23 09:57:20 +10:00
parent 9f69fc62da
commit 3a52b3d74b
4 changed files with 116 additions and 2 deletions
+3 -1
View File
@@ -257,13 +257,15 @@
1:
jms access " here if not found
lac u.ac " get access bits from user AC (zero for lock!)
and o17 " mask to permissions
and o37 " mask the permissions, but allow the dir bit
jms icreat
open1: " common exit for open/creat
jms fassign " assign fd slot
jms error " none free, return -1
jmp sysexit
o37: 037 " drwrw bitmask
"** 01-s1.pdf page 11
.close:
jms finac " get fnode (open file) for fd in user AC