Board index » delphi » Writing OS in PASCAL.
fam. Svanfeldt
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
|
fam. Svanfeldt
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Writing OS in PASCAL.Hi! ******************************************************* |
Lithro
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Writing OS in PASCAL.Quotefam. Svanfeldt. wrote: it would be illegal by way of Borlands legal agreement with you. Also, Assuming you know enough programming to make an OS in pascal, lith=BF |
Eric Thomps
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Writing OS in PASCAL.Quote>> Is it posible to write OS in Borland Turbo Pascal 6.0 ? Quote>Also, Assuming you know enough programming to make an OS in pascal, -- Hi! I'm a .signature virus! Copy me into yours and join in the fun! |
Danne
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Writing OS in PASCAL.QuoteOn Mon, 19 May 1997, Lithron wrote: Later ganska underligt... /Daniel |
Dr E. Buxbau
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Writing OS in PASCAL.QuoteLithron <lith...@bellsouth.net> wrote: effort to maintain such a program (or group of programs) would be to great. Such programs are written in high level languages, with some ASM thrown in for direct hardware access or in performance critical routines. TP from version 6 onward could do this easily because of the build in assembler, BP could even generate 32 bit OSs. At least one command interpreter, 4DOS, is in fact programmed mostly in TP (and boy would I love to see their source!). Most OS today are programmed in C, so if you want to look at examples, As to the leagal side I can not see a problem. The only thing Borland |
Larry D. Barche
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Writing OS in PASCAL."Dr E. Buxbaum" <E...@le.ac.uk> (if that's who you really are) wrote: Quote>Nobody would nowadays program a project of this size entirely in ASM. The (although as a microkernel, it is technically not a complete operating system...) ldb -- Preserve wildlife. --- |
marc hoffm
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Writing OS in PASCAL.dortmund, stardate 9357.08, l> > Is it posible to write OS in Borland Turbo Pascal 6.0 ? why should it be illegal? -+- Let Joy and Innocence Prevail |
Magnus.Myhrber
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Writing OS in PASCAL.QuoteLithron wrote: C/C++ even when writing OS, so I can not se any problems here, of couse he can use Pascal. But sometimes a assembler rutine can speed up thing really much. But if you can live with that, go a head use Pascal. Magnus ------ ------ |
smud
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Writing OS in PASCAL.Quotefam. Svanfeldt. (s{*word*55}nit.svanfe...@atvidaberg.mail.telia.com) wrote: : Is it posible to write OS in Borland Turbo Pascal 6.0 ? : And could I use RAWRITE to write it to a bootdisk? If the question is whether Pascal has enough capabilities to be used --smudge |
Kim Robert Bl
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Writing OS in PASCAL.ae...@pgfn.bc.ca (Eric Thompson) once said: Quote
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= "How do you shoot the devil in the back?" |
jbgibso
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Writing OS in PASCAL.QuoteMagnus Myhrberg wrote: lines of code would this take? |
Jeff Teuniss
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Writing OS in PASCAL.Slpo...@Concentric.Net allegedly said: S> >>Also, Assuming you know enough programming to make an OS in pascal, 4DOS is _not_ written in Turbo Pascal; it's written in C and assembler. -- |
David Fir
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Writing OS in PASCAL.: > I'm not an expert on this, but I believe that even if it was possible, Borland's No-Nonsense License doesn't say that you can't. In fact it says : Why should he use assembler? Nowdays we use highlevel languages like Although an OS would be tighest in asm, it would also be the least Assembler is best used by most people as a strategic tool for time -- |
Marc E. Fiuczynsk
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Writing OS in PASCAL.We've written on OS in Modula-3, which is a successor of Pascal. I think that Pascal probably is a decent language to program an OS You can also get a commercial version of Modula-3 from Critical Mass. You can find out more about our operating system from Ciao, Marc |
Stephen Pos
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Writing OS in PASCAL.On 20 May 1997 14:25:15 GMT, "Dr E. Buxbaum" <E...@le.ac.uk> wrote: [deletia] Quote>>Also, Assuming you know enough programming to make an OS in pascal, a PC). Even so, I had no idea that it was written in TP, how did you find that out? Do you know if InCommand (their Windows command line processor) is written in TPW/BPW? How about 4OS2? I wonder if JP Software would be willing to at least offer advice on large projects or difficult system access issues, into which they MUST have a great deal of insight. [deletia mas] Learn something new every day! Regards, Stephen Posey |