Wanna have a full capability of Linux console features

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
babel92
Posts: 8
Joined: Thu Oct 25, 2012 9:21 am

Wanna have a full capability of Linux console features

Post by babel92 »

Hi all,

Maybe this question sounds dumb but I'm a newcomer and going to work on my console module. I really don't know what kind of low level APIs or abilities I should have to port ncurses or other console libraries to my OS. I don't want to have a windows-like console because it's a bit crippled compared with linux's. Could you tell me where to find those information? Maybe I should read some kernel code but only have a 0.11 one, and it will be nice if you could suggest me some newer versions.

Thanks.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Wanna have a full capability of Linux console features

Post by Combuster »

"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
babel92
Posts: 8
Joined: Thu Oct 25, 2012 9:21 am

Re: Wanna have a full capability of Linux console features

Post by babel92 »

Combuster wrote:As always, google is your friend.
Ah, Thanks! It's quite helpful and I still have many to do...
Post Reply