Devblog 13
Not much to show on the screen, however in the background i have worked on a security feature.
So it is kind of like the pledge feature in open-bsd: so the kernel first need to know from the program what it wants to do, like print to the screen. Not until it has told what it will do it won’t be able to do anything. And if the program ever does anything it hasn’t told it would do the kernel will just kill the process.
The program promise to not use any other functions except the one it has specified. And the kernel won’t let it break it’s promise. That is why the c function is called promise.
–WilGulf
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.