Click here to Skip to main content
15,914,387 members
Home / Discussions / System Admin
   

System Admin

 
AnswerRe: Mainsoft's MainWin porting tool - does it really work? Pin
Erik Funkenbusch4-Dec-00 8:01
Erik Funkenbusch4-Dec-00 8:01 
QuestionHow to count the devices used in a RAS connection. Pin
skfnmuislædmufaæoi17-Nov-00 12:27
skfnmuislædmufaæoi17-Nov-00 12:27 
GeneralDetermining disk geometry Pin
14-Nov-00 4:34
suss14-Nov-00 4:34 
QuestionHow to implement Tunking? Pin
Member 291110-Nov-00 21:46
Member 291110-Nov-00 21:46 
GeneralGeneral Discussions Pin
arun956-Nov-00 19:29
arun956-Nov-00 19:29 
GeneralRe: General Discussions Pin
Member 12089656-Nov-00 22:29
Member 12089656-Nov-00 22:29 
GeneralOperating Systems Pin
arun956-Nov-00 19:26
arun956-Nov-00 19:26 
GeneralRe: Operating Systems Pin
Member 12089656-Nov-00 22:26
Member 12089656-Nov-00 22:26 
Big Question, but I'll give you a very brief rundown:

Windows 95/98/ME:

Ever evolving shell interface that still fundamentally sits on the DOS architecture (although it doesn't use very much DOS anymore). This is the "legacy" architecture for Microsoft, and accounts for the majority of its installs. Fundamentally runs on ASCII internally, and uses FAT disk technology.

Windows NT/2000:

Next generation architecture. Built on "microkernel" design intended to be portable to other architectures (now effectively abandoned), to be capable of utilizing multiple processors in a machine (SMP), adds rich security model (which I can barely understand sometimes Smile | :) ), uses UNICODE internally (but also offers an ASCII model), and offers much more advanced NTFS disk technology. Much more robust, fault tolerant and secure.

Windows CE:

My feeling about CE is that it was developed using a subset of the NT architecture. It is designed for instant on, handheld and embedded devices. It is UNICODE only, which means that there are sometimes porting issues moving older code to the platform. CE separates the OS into at least two distinct portions, Kernel and Interface, so that devices that don't require an interface don't need to bring that code along. Fundamentally a very trimmed down version of the Win32 API shared by all Microsoft platforms, focused on minimal resource requirements.

Please don't take this comments as anything other than an off-the-cuff summary, for a full description, please see the docs from Microsoft.
GeneralInstalling Network Protocol Driver Pin
Mark Koehler20-Oct-00 5:39
Mark Koehler20-Oct-00 5:39 
GeneralRe: Installing Network Protocol Driver Pin
Michael Dunn23-Oct-00 18:06
sitebuilderMichael Dunn23-Oct-00 18:06 
GeneralRe: Installing Network Protocol Driver Pin
zuozuo1-Nov-00 14:37
zuozuo1-Nov-00 14:37 
GeneralLinux kernel module development in C++ Pin
Member 564027-Sep-00 7:47
Member 564027-Sep-00 7:47 
GeneralWindows 2K Compalibility Pin
Chinmay Bhandare13-Sep-00 6:54
sussChinmay Bhandare13-Sep-00 6:54 
GeneralRe: Windows 2K Compalibility Pin
Erik Funkenbusch13-Sep-00 12:01
Erik Funkenbusch13-Sep-00 12:01 
Generalchange the windows opening screen Pin
thrivikram6-Sep-00 1:19
thrivikram6-Sep-00 1:19 
GeneralRe: change the windows opening screen Pin
Stober27-Sep-00 17:00
Stober27-Sep-00 17:00 
GeneralRe: change the windows opening screen Pin
Erik Funkenbusch28-Sep-00 13:32
Erik Funkenbusch28-Sep-00 13:32 
GeneralRe: change the windows opening screen Pin
Michael Dunn27-Sep-00 21:33
sitebuilderMichael Dunn27-Sep-00 21:33 
GeneralRe: change the windows opening screen Pin
Jim30-Sep-00 17:06
Jim30-Sep-00 17:06 
GeneralSocketproblem using service Pin
Andreas28-Aug-00 23:13
Andreas28-Aug-00 23:13 
GeneralDetermining Whether or Not User is Logged On from Service Pin
Brian Hart17-Aug-00 12:36
Brian Hart17-Aug-00 12:36 
GeneralWindows 95 Setup Pin
David16-Aug-00 4:59
David16-Aug-00 4:59 
GeneralRe: Windows 95 Setup Pin
Paolo Messina16-Aug-00 12:52
professionalPaolo Messina16-Aug-00 12:52 
GeneralRe: Windows 95 Setup Pin
David17-Aug-00 5:54
David17-Aug-00 5:54 
GeneralRe: Problems with Installation of SQL Server 7.0 On Windows 2000 Pin
Jafet Sánchez18-Sep-00 11:52
Jafet Sánchez18-Sep-00 11:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.