dthain / basekernel

A simple OS kernel for research, teaching, and fun.
GNU General Public License v2.0
805 stars 109 forks source link

Open Files by Intent String #208

Closed dsmith47 closed 5 years ago

dsmith47 commented 5 years ago

Alllows open() syscall to open on paths with tags.

dthain commented 5 years ago

I'm going to try to squash this and see if it comes out clean.

dthain commented 5 years ago

Superseded by #218