Re: Can write an operating systems with delphi??

From: Mark Van Ditta (nospam_at_nospam.wanted.here.org)
Date: 04/30/04


Date: Fri, 30 Apr 2004 08:53:00 -0400

Actually, system-level software can be written in Object Pascal. I do it
all of the time. The hurdle to writing an OS on Object Pascal is replacing
the start-up code and the basic run-time package. This code is located in
the "source\rtl\sys" subdirectory.