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:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user