I am very interested in the Borland C/C++ Compiler, so I am asking for you guys to share your thoughts. Do you think the free compiler is suitable for developing an OS?
Are there any major drawbacks or advantages? Or general information regarding the tool.
Thanks
is Borland suitable
is Borland suitable
Microprocessor Computer Company
Free compilier? Borland has alot of free compiliers...
Borland Builder 5 (Command line) can be used for Win32. Only generates 32 bit pmode code.
Turbo C 2.1 is a great compilier envirement for old DOS development, but can only generate 16 bit real mode code.
The last Borland compilier I used was TurboC 2.1, but that was only to create a small Mode 13h game for fun.
I believe Borland Builder 5 can be used in an OS envirement. I may be wrong here, though.
Borland Builder 5 (Command line) can be used for Win32. Only generates 32 bit pmode code.
Turbo C 2.1 is a great compilier envirement for old DOS development, but can only generate 16 bit real mode code.
The last Borland compilier I used was TurboC 2.1, but that was only to create a small Mode 13h game for fun.
I believe Borland Builder 5 can be used in an OS envirement. I may be wrong here, though.
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}