OSDev.org

The Place to Start for Operating System Developers
It is currently Sat Apr 27, 2024 5:24 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Do you know of a good c or c++ compiler for making OSes?
PostPosted: Fri Dec 29, 2023 10:36 am 
Offline

Joined: Fri Dec 29, 2023 10:27 am
Posts: 1
Preferably one that will run in 32bit Windows, but output 16bit code. I don't want to have to do all the programming in DOS.


Top
 Profile  
 
 Post subject: Re: Do you know of a good c or c++ compiler for making OSes?
PostPosted: Tue Jan 16, 2024 2:11 am 
Offline
Member
Member

Joined: Mon Mar 25, 2013 7:01 pm
Posts: 5146
Why do you want 16-bit code? There are several different compilers that can produce "16-bit code", but whether they'll work for you depends on what you're trying to do...


Top
 Profile  
 
 Post subject: Re: Do you know of a good c or c++ compiler for making OSes?
PostPosted: Sat Mar 02, 2024 3:58 am 
Offline
Member
Member

Joined: Sun Apr 21, 2019 7:39 am
Posts: 76
Clang and GCC are perfectly fine compilers that are being used to develop OSes. However, they don't output 16-bit code unless you specifically hack them to do so.

Why exactly do you want a compiler that outputs 16-bit code? What is the purpose? This gives vibes of the XY problem.
You don't need to write code that runs on 16-bit x86 to write an OS. That period is long gone.

_________________
Hey! I'm developing two operating systems:

NanoShell --- A 32-bit operating system whose GUI takes inspiration from Windows 9x and early UNIX desktop managers.
Boron --- A portable SMP operating system taking inspiration from the design of the Windows NT kernel.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: cloudapio and 17 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group