Zeke-OS / zeke

A POSIX-like OS for ARM processors.
Other
88 stars 9 forks source link

a tty struct should be allocated from the same block as the device #101

Closed OlliV closed 9 years ago

OlliV commented 9 years ago

Create a separate get/allocate_tty() that returns a prefilled dev+tty data block and then the make function would just use that or instead of that maybe the caller could just call makedev()?