Search found 6 matches

by tscherno
Sun Jun 04, 2006 5:25 pm
Forum: General Discussion and Feedback
Topic: user-agent
Replies: 22
Views: 12709

You could look at NMAP code, they analyze the behaviour of the TCP/IP Stack to specific packets to destinguish the OS.
by tscherno
Thu Feb 02, 2006 9:28 pm
Forum: German
Topic: Saubere Schichtentrennung in ReactOS?
Replies: 28
Views: 17639

Imho ist bei Windows die Trennung sogar besser: Schau dir doch mal Linux an, da muss wegen jeder Kleinigkeit der Kernel neu kompiliert werden und bei einer Änderung funktioniert überspitzt gesagt die Hälfte der Software erstmal nicht. Klar es bringt einen großen Geschwindigkeitsvorteil aber schadet ...
by tscherno
Thu Nov 03, 2005 12:20 pm
Forum: General Discussion and Feedback
Topic: Advanced Debug/Diagnostic Features
Replies: 2
Views: 3077

Oh... :shock:

okay :D
by tscherno
Wed Nov 02, 2005 9:34 pm
Forum: German
Topic: Assembler
Replies: 2
Views: 3863

Assembler Programme sind unabhängig solange du keine Betriebssystem abhängigen aufrufe verwendest. Einfach den Assembler Code durch NASM jagen.
by tscherno
Wed Nov 02, 2005 9:13 pm
Forum: General Discussion and Feedback
Topic: ROS needs easy driver install
Replies: 14
Views: 10507

Just complete Interfaces

I think they rather should complete the API`s (and I will try to help where I can) etc. So you can take Windows drivers from your hardware vendors CD and install them.

Thats after all the aim of ROS, the ability to use the plenty avaible Windows stuff.

greetz
ts
by tscherno
Wed Nov 02, 2005 8:34 pm
Forum: General Discussion and Feedback
Topic: Advanced Debug/Diagnostic Features
Replies: 2
Views: 3077

Advanced Debug/Diagnostic Features

*Detailed information about overall hardware status on serial port. *Always send bootlog to the serial port. *On bluescreen or sudden reboot, send every avaible information to serial port and try to make a dump on the harddrive. *Console access over serial port This could give us better diagnostic c...