Hello,
I would like to know if every virtual console in systems such as Unix form separate processes or if they are just one process using separate buffers to store every virtual screen in?
Thank you in advance.
Virtual consoles
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
So they quite look to be different process to me. now, how exactly the frame buffer access is shared among them goes beyond my knowledge.> ps aux | less
...
root 7135 0.0 0.0 1556 416 tty3 Ss+ Jan25 0:00 /sbin/getty 38400 tty3
root 7136 0.0 0.0 1560 416 tty4 Ss+ Jan25 0:00 /sbin/getty 38400 tty4
root 7137 0.0 0.0 1560 416 tty5 Ss+ Jan25 0:00 /sbin/getty 38400 tty5
root 7138 0.0 0.0 1556 416 tty6 Ss+ Jan25 0:00 /sbin/getty 38400 tty6
...
- ManOfSteel
- Member
- Posts: 60
- Joined: Tue Feb 01, 2005 12:00 am