> From: "Hector Facundo Arena" <trax@abaconet.com.ar> > Subject: GetTimeofDay > > After the filesystem remount, I get a :gettimeofday failed and a memory > dump. Anyone knows why? Oh, a small fix that came after the snapshot. In your main program, add a call to start_clock(). Like this: oskit_clientos_init(); start_clock(); /* so gettimeofday works */ start_blk_devices(); Lbs