Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

New Operating System!

Name: Anonymous 2009-07-01 4:34

Did you hear about new posix operating system? The benchmarks are talking about double the performances of a standard Linux kernel!

Check it out:
http://strategyos.org

Name: FrozenVoid 2009-07-01 7:19

here is example of what i'm doing :
IV setbounds(mpf_t upper,mpf_t lower,mpf_t target){
copf(upper,target);copf(lower,target);addfui(upper,1);int smult=mpf_get_prec(target)+1;
mpf_mul_2exp(upper,upper,smult);mpf_mul_2exp(lower,lower,smult);
subfui(upper,INTSMAX);addfui(lower,INTSMAX);int cmpv=mpf_cmp(upper,lower);
if(cmpv<=0){printf("Setbounds failed: target too small\n");exit(2);};}

This function eliminates dozens of similar declaration in sources, while providing a clean,consistent interface.

______________________________________
http://xs135.xs.to/xs135/09042/av922.jpg
The great moral question of the twenty-first century is this: if all knowing, all culture, all art, all useful information can be costlessly given to everyone at the same price that it is given to anyone; if everyone can have everything, anywhere, all the time, why is it ever moral to exclude anyone?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List