Search found 31 matches

by ea
Wed Feb 16, 2005 9:34 pm
Forum: General Discussion and Feedback
Topic: I have one problem with ReactOS
Replies: 30
Views: 26068

ntoskrnl source tree

The funny thing is. All the folders in the source directory of NTOSKRNL are the same as the original Windows NT source. I call it the the black box with a peek hole. Also all these Rtl APIs and Ki APIs are so well done, the one guy who made it much be able to see more than just a black box. Directo...
by ea
Sat Feb 05, 2005 12:01 pm
Forum: General Discussion and Feedback
Topic: ReactOS Terminal Server?
Replies: 17
Views: 26059

Re: ReactOS Terminal Server?

Obviously something like a ReactOS Terminal Server (to clone Microsoft Terminal Server) would be way, way, way down the road but I am curious, are any considerations for something like this being taken? Implementing TS functionality will require a lot of work in the Session Manager (smss.exe: prope...
by ea
Sat Jan 15, 2005 1:11 pm
Forum: Italian
Topic: nuova release...
Replies: 5
Views: 8985

Re: OT: cvs

è cambiato qualcosa? Sì, il repository dei sorgenti, dal primo gennaio 2005, è sotto il controllo di SVN e non più di CVS. Trovi tutte le istruzioni per scaricare il client SVN e poi fare il check-out anonimo a questa pagina . Purtroppo non puoi convertire la tua copia locale del repository CVS in ...
by ea
Fri Jan 14, 2005 6:40 pm
Forum: Italian
Topic: Per iniziare...
Replies: 15
Views: 20636

Re: grazie

faccio un po' di spazio sul disco e tento una installazione "vera" :) Non mi va molto l'idea di usare un emulatore... vorrei provarlo sul vero e nudo hardware, Ti consiglio di installare solo su macchine senza altri sistemi operativi. Almeno per i primi tentativi. Va bene qualsiasi rottam...
by ea
Fri Jan 14, 2005 12:31 am
Forum: Italian
Topic: Per iniziare...
Replies: 15
Views: 20636

Re: Per iniziare...

dove posso postare domande relative a problemi con installazione / utilizzo del liveCD etc? Ora posso anche copiare qui tutta la pappa scritta sul BSOD quando ReactOS parte... ma in quale forum? Grazie Sverx "Vorrei vederlo funzionare" :) Premesso che non ho mai usato il live CD, né ho pa...
by ea
Sun Jan 09, 2005 11:35 pm
Forum: Italian
Topic: nuova release...
Replies: 5
Views: 8985

interim release

La versione 0.2.5 è una versione intermedia nata per stabilizzare il codice in vista della versione 0.3, che sarà la prima a supportare ufficialmente il TCP/IP. In particolare, oltre alle mille aggiunte, correzioni e aggiornamenti da Wine, sono state riscritte ex novo alcune parti del kernel e dell'...
by ea
Sun Jan 09, 2005 10:45 am
Forum: General Discussion and Feedback
Topic: New Subsystem Ideas
Replies: 92
Views: 60586

I don't know this stuff good, but NT had a posix subsystem and it didn't have all that.. how does the NT implemention work? ROS core (NTOSKRNL.EXE+NTDLL.DLL) need not to be modified to support a real POSIX compliant environment subsystem. Microsoft used to sell one named Interix , which is now a fr...
by ea
Fri Jan 07, 2005 4:09 pm
Forum: General Discussion and Feedback
Topic: NTFS
Replies: 31
Views: 22108

NTFS

An unstable NTFS IFS driver is already in the ReactOS source three.
by ea
Fri Jan 07, 2005 4:07 pm
Forum: General Discussion and Feedback
Topic: Create a POSIX subsistem
Replies: 3
Views: 6000

PSX

[quote="uniQ"]I think (From what the En Wikipedia said) it's considered and low priority now and is kindof stalled/on the back burner/maybe in the dark distant future... PSX subsystem is stalled, because of many reasons. 1) a core component (LPC) in the executive is not API compatible with...
by ea
Tue Jan 04, 2005 12:36 am
Forum: General Discussion and Feedback
Topic: New Subsystem Ideas
Replies: 92
Views: 60586

The prioritary subsystems for me are: 1- Linux/Unix I'm always a bit surprised by this. Isn't there already a fine OSS solution to run Linux programs called "Linux"? I'm always a bit surprised by this. Why run two OS'es instead of one? This is a common misunderstanding. Windows NT (NT,2k,...
by ea
Fri Dec 31, 2004 3:49 pm
Forum: Development Help
Topic: Where do I start?
Replies: 10
Views: 11162

Get in touch

Most important to-do's:

1. subscribe to ros-dev mailing list
2. peek the info you need from Rex's wiki
http://mok.lvcm.com/cgi-bin/reactos/roswiki
by ea
Thu Dec 30, 2004 5:30 pm
Forum: General Discussion and Feedback
Topic: Porting ReactOS to different Hardware...
Replies: 87
Views: 46422

Re: Interesting siscussion!

[quote="Jaix"]I also think ReactOS will be able to run without GUI in the future, this will reduce the amount of software to run, but when everything is opensource it will be acceavable, mostly for those who are working on tosters and other hardware not matching a modern computer. Someone ...
by ea
Tue Dec 28, 2004 11:33 pm
Forum: Italian
Topic: ReactOS in italiano
Replies: 16
Views: 21344

tempo

Indubbiamente raccogliere fondi per ROS è un'ottima idea. Purtroppo siamo in un periodo di magra. Tuttavia provare a illustrare il progetto non nuoce mai. Già lo scorso anno Steven e Gé hanno notato un certo interessa dal mondo embedded, soprattutto orientale. C'è un fattore che comunque limita ovvi...
by ea
Sun Dec 26, 2004 6:16 pm
Forum: Italian
Topic: ReactOS in italiano
Replies: 16
Views: 21344

ReactOS in italiano

A quanto pare, siamo in pochi a conoscere ReactOS in Italia.

Comunque, se qualche visitatore occasionale dei forum trova più agevole proporre un tema di discussione in italiano, io proverò a rispondere (non garantisco risposte immediate però).
by ea
Thu Dec 23, 2004 5:25 pm
Forum: General Discussion and Feedback
Topic: ReactOS API?
Replies: 2
Views: 5562

ROS API et c.

There are already ROS specific APIs, mostly in the kernel+executive (NTOSKRNL.EXE). But probably they will be dropped when it reaches 1.0. Inter-subsystem calls are not allowed in NT: usually you use a local proxy or call semantics converter. If your Linux X/11 client uses TCP/IP to connect to the X...