Bona Fide OS Development
http://forums.osdever.net/

i cannot make kernel calls
http://forums.osdever.net/viewtopic.php?f=6&t=38
Page 3 of 4

Author:  smeezekitty [ Thu Oct 15, 2009 12:16 pm ]
Post subject:  Re: i cannot make kernel calls

YES!
Quote:
Maybe we should start a new thread on this topic :)

Author:  ctimko [ Thu Oct 15, 2009 3:30 pm ]
Post subject:  Re: i cannot make kernel calls

Code:
pid_t pid = fork();

if(pid == -1)
  printf("uhoh...");
  exit(2);

if(pid == 0)
  execvp("redirect", "a new thread");
  exit(2);

close(this->thead);

Author:  smeezekitty [ Thu Oct 15, 2009 5:47 pm ]
Post subject:  Re: i cannot make kernel calls

I GUESS I CAN EXPECT NO HELP HERE :x :(

Author:  smeezekitty [ Fri Oct 16, 2009 12:17 am ]
Post subject:  Re: i cannot make kernel calls

do i need to start a new damn thread?

Author:  Kieran [ Fri Oct 16, 2009 2:59 am ]
Post subject:  Re: i cannot make kernel calls

If you want to start a new thread, feel free. Dont start getting your knickers in a twist.

Author:  ctimko [ Fri Oct 16, 2009 9:11 am ]
Post subject:  Re: i cannot make kernel calls

someone tell me they atleast got a good chuckle out of my response...

Author:  smeezekitty [ Fri Oct 16, 2009 1:09 pm ]
Post subject:  Re: i cannot make kernel calls

ctimko wrote:
someone tell me they atleast got a good chuckle out of my response...

who?

Author:  smeezekitty [ Fri Oct 16, 2009 8:50 pm ]
Post subject:  Re: i cannot make kernel calls

ctimko wrote:
someone tell me they atleast got a good chuckle out of my response...

i just got it HAHA but really i need help

Author:  ctimko [ Fri Oct 16, 2009 11:01 pm ]
Post subject:  Re: i cannot make kernel calls

alright smeeze. i will go back through and read the whole thing again.

Author:  ctimko [ Fri Oct 16, 2009 11:05 pm ]
Post subject:  Re: i cannot make kernel calls

so from what i am reading i am understanding that you are trying to do a far jump. let me know if that is the case because the answer is somewhere in my kernel code from last year. havent worked with them in a while

Page 3 of 4 All times are UTC - 6 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/