RE: [Geekos-devel] user mode works again
Status: Pre-Alpha
Brought to you by:
daveho
From: Harry G. <hg...@ya...> - 2002-02-12 10:00:27
|
So far the OS seems pretty neat. I have gotten it to run on my labtap = (more details on forums on sourceforge) and I would like to extend some = of the features a little. I was messing around with the keyboard driver = and I was able to have it delete characters already on the screen. After = I finished that, I noticed that the driver would be a bad place to get = the backspace to do its thing. Think that the Read_line function in = libuser.c (i think that is where it is at needs to be changed to = accomodate backspace functionality). I wanted to make a small little = command line program for it with some built in built in commands. Do do = that, the libuser.c needs to be fixed. I don't think it would be that = hard to take the code that I put in my copy of keyboard.c and move it = into libuser.c. Maybe while I'm at it, I could add some new functions to = it too. Harry Glinos ha...@gl... >=20 > Message: 1 > Date: Sun, 10 Feb 2002 15:04:42 -0500 > From: David Hovemeyer <da...@cs...> > To: gee...@li... > Subject: [Geekos-devel] user mode works again >=20 > User mode works again. Right now a user context's virtual memory > structures and associated memory pages are not tracked properly, so = that's > the next thing I will work on. >=20 > We need to start thinking about how to present OS services to > user applications. At the moment I'm leaning towards a traditional > monolithic kernel with POSIX (at least a subset) as the API. > However, I'm open to suggestions. >=20 > -Dave >=20 >=20 _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |