Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Windows Source Code - where?

Windows Source Code - where?

Scheduled Pinned Locked Moved The Lounge
tutorialquestion
34 Posts 21 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Mike Dimmick

    How to write an operating system? ;-)

    D Offline
    D Offline
    Daniel Turini
    wrote on last edited by
    #11

    And why do you believe that, by looking at partial (15%), illegaly obtained, unsuported, Windows2k source you will learn more about building OSes than looking at legal, fully documented and supported Linux source code? Just point your browser to http://www.kernel.org/ and take a look. LXR is a great tool to understand Linux source code. Pages like this are available on the internet that allow you to understand, a piece at a time, what that huge code base is doing. BTW, without reading texts or a book on OS building, both MS and Linux code won't help you nothing. You won't be able to learn from a single line of code. It's like trying to understand what is a doubly linked list or a neural network merely by looking at code highly optimized code, without knowing the underlying algorithms. You first need to understand what is thunking, ring 0, processor cache, etc... Perl combines all the worst aspects of C and Lisp: a billion different sublanguages in one monolithic executable. It combines the power of C with the readability of PostScript. -- Jamie Zawinski

    1 Reply Last reply
    0
    • M Michael Pauli

      How to get a look at the 660mb code snippet MainSoft released of Win2k? Download from where? If you know anything I'm interested. It should equal 15% of OS. Thanks in advance. Regards, Michael Mogensen, mm it-consult dk. ><((((º> ·.¸¸.· ><((((º> ·.¸¸.· ><((((º>

      J Offline
      J Offline
      Jason Hooper
      wrote on last edited by
      #12

      Again, I wonder why more people don't use IRC. I guess it's either too complicated or too "out of scope" for most "higher-end" computer professionals out there and remains a communication medium still used only by true geeks. After all, it is all-text, no flashy pictures or menus of people online, and no friendly user interface since it's targeted more toward unix environments than people's precious GUIs. Anyway, in the IRC sub-world the source was available everywhere almost instantaneously and those who wanted it either had it right away or had it by the time they woke up. The rest of you will be following broken links around the web for weeks until you happen to stumble across one that hasn't been taken down yet. - Jason (SonorkID 100.611) The Code Project - Orange makes the art grow fonder

      M M 2 Replies Last reply
      0
      • E ed welch

        "I'd be too worried that I'd remember some detail of the code not disclosed in the public API's and thus open to legal action some time down the track." I wouldn't be in the least worried. I don't think you are going to find any brilliant algorithms in the Windows code. More likely, I would say most of the code has "evolved", rather than been designed, so even if you did understand it, you would probably say "Yuck! There is a much better way to implement that"

        E Offline
        E Offline
        Eddie Velasquez
        wrote on last edited by
        #13

        ed welch wrote: I wouldn't be in the least worried. I don't think you are going to find any brilliant algorithms in the Windows code. More likely, I would say most of the code has "evolved", rather than been designed, so even if you did understand it, you would probably say "Yuck! There is a much better way to implement that" Do you think Microsoft's lawyers care?


        If Java had true garbage collection, most programs would delete themselves upon execution - Robert Sewell

        1 Reply Last reply
        0
        • J Jason Hooper

          Again, I wonder why more people don't use IRC. I guess it's either too complicated or too "out of scope" for most "higher-end" computer professionals out there and remains a communication medium still used only by true geeks. After all, it is all-text, no flashy pictures or menus of people online, and no friendly user interface since it's targeted more toward unix environments than people's precious GUIs. Anyway, in the IRC sub-world the source was available everywhere almost instantaneously and those who wanted it either had it right away or had it by the time they woke up. The rest of you will be following broken links around the web for weeks until you happen to stumble across one that hasn't been taken down yet. - Jason (SonorkID 100.611) The Code Project - Orange makes the art grow fonder

          M Offline
          M Offline
          Member 96
          wrote on last edited by
          #14

          Jason Hooper wrote: Again, I wonder why more people don't use IRC. I guess it's either too complicated or too "out of scope" for most "higher-end" computer professionals out there and remains a communication medium still used only by true geeks. As a computer professional and a true geek and an internet user since just about the time Al Gore invented it ;) I will explain why I don't use IRC: My impression is that it's full of geeks with nothing useful to say, kinda like SlashDot only with more pedophiles and lowlife scumbag hackers and crackers. I could be wrong, but everything I've ever heard from peripheral sources re-enforces that.


          SHIN, n. a body part used to find furniture in the dark

          T J 2 Replies Last reply
          0
          • D Daniel Turini

            Ok, let me understand it: why? What will you learn there that you won't learn on Linux kernel and WINE? :confused: Perl combines all the worst aspects of C and Lisp: a billion different sublanguages in one monolithic executable. It combines the power of C with the readability of PostScript. -- Jamie Zawinski

            K Offline
            K Offline
            KaRl
            wrote on last edited by
            #15

            Correcting at last this fucking bug in Explorer with the Folder pane not correctly updated.


            And I'm talking to myself at night because I can't forget Back and forth through my mind Behind a cigarette

            J R 2 Replies Last reply
            0
            • D Daniel Turini

              Ok, let me understand it: why? What will you learn there that you won't learn on Linux kernel and WINE? :confused: Perl combines all the worst aspects of C and Lisp: a billion different sublanguages in one monolithic executable. It combines the power of C with the readability of PostScript. -- Jamie Zawinski

              T Offline
              T Offline
              Tomas Petricek
              wrote on last edited by
              #16

              Daniel Turini wrote: What will you learn there that you won't learn on Linux kernel and WINE? How to hack minesweeper ? :laugh:

              Tomáš Petříček  :baaaa!: Asp.Net Popup control www.eeeksoft.net

              M 1 Reply Last reply
              0
              • A Anders Molin

                Michael Mogensen wrote: How to get a look at the 660mb code snippet MainSoft released of Win2k? Err, I would not use the word "released". - Anders Money talks, but all mine ever says is "Goodbye!" ShotKeeper, my Photo Album / Organizer Application[^]

                My Photos[^]

                S Offline
                S Offline
                Shog9 0
                wrote on last edited by
                #17

                Anders Molin wrote: Err, I would not use the word "released". That's right. Should be: "Escaped, leaving a trail of destruction in its wake".
                --- the work, which will become a new genre unto itself, will be called...

                1 Reply Last reply
                0
                • M Mike Dimmick

                  How to write an operating system? ;-)

                  J Offline
                  J Offline
                  John M Drescher
                  wrote on last edited by
                  #18

                  There is no doubt in my mind that linux is a better designed operating system but as long as 90%+ of the pcs out there have Windows on them I will continue to write my applications for windows.... John

                  L 1 Reply Last reply
                  0
                  • K KaRl

                    Correcting at last this fucking bug in Explorer with the Folder pane not correctly updated.


                    And I'm talking to myself at night because I can't forget Back and forth through my mind Behind a cigarette

                    J Offline
                    J Offline
                    John M Drescher
                    wrote on last edited by
                    #19

                    :laugh: I agree. And also the bug when a network drive is down and every time I try to open a file on a completly different drive I have to wait 10+ seconds while windows tries to access the disconnected drive. Why does it need to do this? So it can be sure that the volume label in explorer (for the disconnected drive) has not changed in the last ten minutes? Who cares about that? This bug existed for as long as I can remember and yet there are no attempts to fix it... John

                    1 Reply Last reply
                    0
                    • M Michael Pauli

                      How to get a look at the 660mb code snippet MainSoft released of Win2k? Download from where? If you know anything I'm interested. It should equal 15% of OS. Thanks in advance. Regards, Michael Mogensen, mm it-consult dk. ><((((º> ·.¸¸.· ><((((º> ·.¸¸.· ><((((º>

                      P Offline
                      P Offline
                      Prakash Nadar
                      wrote on last edited by
                      #20

                      Try kazaa or emule-project they are peer to peer software, you may find this kinda stuff over there.


                      "When death smiles at you, only thing you can do is smile back at it" - Russel Crowe (Gladiator)

                      M 1 Reply Last reply
                      0
                      • D Daniel Turini

                        Ok, let me understand it: why? What will you learn there that you won't learn on Linux kernel and WINE? :confused: Perl combines all the worst aspects of C and Lisp: a billion different sublanguages in one monolithic executable. It combines the power of C with the readability of PostScript. -- Jamie Zawinski

                        P Offline
                        P Offline
                        Prakash Nadar
                        wrote on last edited by
                        #21

                        If i wanted the source code , then the reason would be to understand the coding style that microsoft has enforced in their organization. I guess that will improve my "coding handwriting" in some way or maybe.


                        "When death smiles at you, only thing you can do is smile back at it" - Russel Crowe (Gladiator)

                        1 Reply Last reply
                        0
                        • D Daniel Turini

                          Ok, let me understand it: why? What will you learn there that you won't learn on Linux kernel and WINE? :confused: Perl combines all the worst aspects of C and Lisp: a billion different sublanguages in one monolithic executable. It combines the power of C with the readability of PostScript. -- Jamie Zawinski

                          T Offline
                          T Offline
                          Tom Archer
                          wrote on last edited by
                          #22

                          One commonality among most developers through the ages is that we all enjoy gathering information and learning. I'd love to see the code as well although I certainly have no practical use. It's just a "thing" that many of us simply enjoy seeing and learning something new. Cheers, Tom Archer Never be afraid to try something new. Remember that a lone amateur built the Ark. A large group of professionals built the Titanic. * Inside C# -Second Edition * Visual C++.NET Bible * Extending MFC Applications with the .NET Framework

                          D 1 Reply Last reply
                          0
                          • M Member 96

                            Jason Hooper wrote: Again, I wonder why more people don't use IRC. I guess it's either too complicated or too "out of scope" for most "higher-end" computer professionals out there and remains a communication medium still used only by true geeks. As a computer professional and a true geek and an internet user since just about the time Al Gore invented it ;) I will explain why I don't use IRC: My impression is that it's full of geeks with nothing useful to say, kinda like SlashDot only with more pedophiles and lowlife scumbag hackers and crackers. I could be wrong, but everything I've ever heard from peripheral sources re-enforces that.


                            SHIN, n. a body part used to find furniture in the dark

                            T Offline
                            T Offline
                            Tom Archer
                            wrote on last edited by
                            #23

                            Exactly. I've had way too many friends that have told me to stay away from IRC clients. Do I really want to install a client on my box that was written by people that promote stealing code and information? Um. Not really. Cheers, Tom Archer Never be afraid to try something new. Remember that a lone amateur built the Ark. A large group of professionals built the Titanic. * Inside C# -Second Edition * Visual C++.NET Bible * Extending MFC Applications with the .NET Framework

                            1 Reply Last reply
                            0
                            • T Tom Archer

                              One commonality among most developers through the ages is that we all enjoy gathering information and learning. I'd love to see the code as well although I certainly have no practical use. It's just a "thing" that many of us simply enjoy seeing and learning something new. Cheers, Tom Archer Never be afraid to try something new. Remember that a lone amateur built the Ark. A large group of professionals built the Titanic. * Inside C# -Second Edition * Visual C++.NET Bible * Extending MFC Applications with the .NET Framework

                              D Offline
                              D Offline
                              Daniel Turini
                              wrote on last edited by
                              #24

                              Come on, Tom, it's not information gathering, it’s sheer curiosity. We are all curious about the code quality, development procedures and so on, but really, who wants to read a HAL implementation? There are tons of free kernels available on the web for ages, and nobody cares (at least, nobody that's thrilled about the source leak). I do understand someone looking for those sources for curiosity and even (future) historical interest, but really, believing that you’ll learn something from these sources is naive... Perl combines all the worst aspects of C and Lisp: a billion different sublanguages in one monolithic executable. It combines the power of C with the readability of PostScript. -- Jamie Zawinski

                              T 1 Reply Last reply
                              0
                              • M Member 96

                                Jason Hooper wrote: Again, I wonder why more people don't use IRC. I guess it's either too complicated or too "out of scope" for most "higher-end" computer professionals out there and remains a communication medium still used only by true geeks. As a computer professional and a true geek and an internet user since just about the time Al Gore invented it ;) I will explain why I don't use IRC: My impression is that it's full of geeks with nothing useful to say, kinda like SlashDot only with more pedophiles and lowlife scumbag hackers and crackers. I could be wrong, but everything I've ever heard from peripheral sources re-enforces that.


                                SHIN, n. a body part used to find furniture in the dark

                                J Offline
                                J Offline
                                Jorgen Sigvardsson
                                wrote on last edited by
                                #25

                                I use IRC all day long to group communicate with friends and coworkers. Much more convenient than E-mail, ICQ, phone, etc. But yeah, we're geeks. :) -- Meine Welt ist monoton und minimal, doch ganz total!

                                1 Reply Last reply
                                0
                                • D Daniel Turini

                                  Come on, Tom, it's not information gathering, it’s sheer curiosity. We are all curious about the code quality, development procedures and so on, but really, who wants to read a HAL implementation? There are tons of free kernels available on the web for ages, and nobody cares (at least, nobody that's thrilled about the source leak). I do understand someone looking for those sources for curiosity and even (future) historical interest, but really, believing that you’ll learn something from these sources is naive... Perl combines all the worst aspects of C and Lisp: a billion different sublanguages in one monolithic executable. It combines the power of C with the readability of PostScript. -- Jamie Zawinski

                                  T Offline
                                  T Offline
                                  Tom Archer
                                  wrote on last edited by
                                  #26

                                  For me personally, gathering information is generally to satisify curiosity so they're one in the same. I can't speak for others, but I'd love to see the HAL implementation. As for other kernels, why do I care about them? That's not the system I develop on. Now seeing the actual low-level code for the system I work on that I thought I'd never see. That's pretty damn cool to me. :) My point is that you're making an assumption and generalization about everyone when not all of us are the same. I'm just saying that many people like myself would like to see this code just to see it. Cheers, Tom Archer Never be afraid to try something new. Remember that a lone amateur built the Ark. A large group of professionals built the Titanic. * Inside C# -Second Edition * Visual C++.NET Bible * Extending MFC Applications with the .NET Framework

                                  1 Reply Last reply
                                  0
                                  • J John M Drescher

                                    There is no doubt in my mind that linux is a better designed operating system but as long as 90%+ of the pcs out there have Windows on them I will continue to write my applications for windows.... John

                                    L Offline
                                    L Offline
                                    Lost User
                                    wrote on last edited by
                                    #27

                                    Which brand of Linux would you recommend?

                                    J 1 Reply Last reply
                                    0
                                    • L Lost User

                                      Which brand of Linux would you recommend?

                                      J Offline
                                      J Offline
                                      John M Drescher
                                      wrote on last edited by
                                      #28

                                      Redhat or Mandrake. http://fedora.redhat.com/[^] http://www.mandrakesoft.com/[^] You should be able to freely download the .iso images and burn them to cd roms using nero or roxio. John

                                      1 Reply Last reply
                                      0
                                      • E ed welch

                                        "I'd be too worried that I'd remember some detail of the code not disclosed in the public API's and thus open to legal action some time down the track." I wouldn't be in the least worried. I don't think you are going to find any brilliant algorithms in the Windows code. More likely, I would say most of the code has "evolved", rather than been designed, so even if you did understand it, you would probably say "Yuck! There is a much better way to implement that"

                                        R Offline
                                        R Offline
                                        Rob Manderson
                                        wrote on last edited by
                                        #29

                                        ed welch wrote: I don't think you are going to find any brilliant algorithms in the Windows code. Nor do I. But I did specifically name the public API's. The risk I see here is in noticing some undocumented flag or value and using it, thereby revealing that I had seen the source code. Rob Manderson **Paul Watson wrote:**What sense would you most dislike loosing? Ian Darling replied. Telepathy Then I'd no longer be able to find out everyones dirty little secrets The Lounge, December 4 2003

                                        1 Reply Last reply
                                        0
                                        • K KaRl

                                          Correcting at last this fucking bug in Explorer with the Folder pane not correctly updated.


                                          And I'm talking to myself at night because I can't forget Back and forth through my mind Behind a cigarette

                                          R Offline
                                          R Offline
                                          Rickard Andersson20
                                          wrote on last edited by
                                          #30

                                          Okay, let's say we get the code, find where the bug is located and then fix it. Next step is: How the hell do we compile it? Rickard Andersson Here is my card, contact me later! UIN: 50302279 Sonork: 37318

                                          J 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups