Login service in Minix-3.

coreboot

New member
I am reading the book on the design and implementation of the Minix operating system.
I have several questions about the login system.

1: I can't have a clear understanding to see the implemented login pattern to understand that at the lower level, the login service is chained for services and kernel processes. (for example, in a tree!)
2: Has the login service been implemented at a low level to have better management and more optimal and safer performance?
3: Can we implement the login service based on the hardware model?
Abstract layers and rings are always used to create security, which prevents access to any program and user outside of its scope.

But I can't get the pattern or root functionality of the login service at the kernel level!

Thank you for more guidance in this field.

Thanks
 
I am reading the book on the design and implementation of the Minix operating system.
I have several questions about the login system.

1: I can't have a clear understanding to see the implemented login pattern to understand that at the lower level, the login service is chained for services and kernel processes. (for example, in a tree!)
2: Has the login service been implemented at a low level to have better management and more optimal and safer performance?
3: Can we implement the login service based on the hardware model?
Abstract layers and rings are always used to create security, which prevents access to any program and user outside of its scope.

But I can't get the pattern or root functionality of the login service at the kernel level!

Thank you for more guidance in this field.

Thanks
You are in the wrong Forum!

This Forum is dedicated to MINIX Electronics company products https://www.minix.com.hk/

Maybe you need this:
 
Back
Top