Which programming language is used for making Windows 10?
1–10 of 124 posts
Re: Which programming language is used for making Windows 10?
#2Re: Which programming language is used for making Windows 10?
#3Still, it’s a mammoth project, which makes it all the more impressive that it works (most of the time).
Re: Which programming language is used for making Windows 10?
#4If you compare it to the entire Ubuntu project, you will se a project of similar dimensions.
Re: Which programming language is used for making Windows 10?
#5This post is kind of dramatic. Windows is much more than a simple kernel: it is a collection of drivers, tools, a desktop envinroment, a network stack, user base applications (like Paint), etc, etc. If you compare it to the entire Ubuntu project, you will se a project of similar dimensions.
When I say "sources" I am talking about kernel, user land and desktop applications too.
However that would be compressed tarballs and doesn't include git history - the latter being where I suspect most of the disk space is being used in that screen shot.
Re: Which programming language is used for making Windows 10?
#6Re: Which programming language is used for making Windows 10?
#7500 GB strikes me as quite small. The entire Git repository (it sounds like Microsoft uses Git internally) must be a whole heck of a lot larger than this if there are over 60,000 commits every few weeks. Still, it’s a mammoth project, which makes it all the more impressive that it works (most of the time).
Re: Which programming language is used for making Windows 10?
#8This post is kind of dramatic. Windows is much more than a simple kernel: it is a collection of drivers, tools, a desktop envinroment, a network stack, user base applications (like Paint), etc, etc. If you compare it to the entire Ubuntu project, you will se a project of similar dimensions.
I don't know about Ubuntu specifically but some distro's do ship sources with their installation media and it usually fits on 1 DVD. When I say "sources" I am talking about kernel, user land and desktop applications too. However that would be compressed tarballs and doesn't include git history - the latter being where I suspect most of the disk space is being used in that screen shot.
https://cdimage.debian.org/mirror/cdimage/archive/9.7.0/sour...
Source code compresses quite well, so uncompressed, this may be somewhere between 200-250 GiB.
Re: Which programming language is used for making Windows 10?
#9This makes me really want to know how they manage to document everything to make such a huge project easy to work with.
Re: Which programming language is used for making Windows 10?
#10500 GB strikes me as quite small. The entire Git repository (it sounds like Microsoft uses Git internally) must be a whole heck of a lot larger than this if there are over 60,000 commits every few weeks. Still, it’s a mammoth project, which makes it all the more impressive that it works (most of the time).
I think he said the actual "Windows source code", not the git repo containing all of its changes
I don't think he copied the structure without the git files to make the count, nor deleted/moved elsewhere the .git directory for that. Neither that is just source code there, (versioned) bitmaps, third party drivers blobs and more probably it's there too.