I started to use Windows XP because I wanted more stability, just to improve the performance of an Apache server and eMule downloads. It blocked the ease of hardware access I needed to learn to program it and to implement the hardware programming standardization ideas I had since then.
I started to use Windows 7 because I wanted the newest programs using 6 Gigabytes of RAM.
None of those reasons help me to get more knowledge and educate me more.
Up to that point, before all that, I was just fine with all my hardware and software, like an excellent LifeView TV card, USB devices that weren't incredibly huge, and running programs and developing them, even a server, with usual system crashes, but at least the environment was the best to learn, as if actually OS Development was expanding and everyone in the world was trying to create their own systems and valuable code snippets from scratch since using MS-DOS. So in a few words, it was better. Current hardware and software could still be make to run there.
I started to use MS-DOS/FreeDOS and Windows 98 SE again since last month (with KernelEx, DLLs from XP and its era, the newest possible frameworks and redistributables, USB storage drivers, NTFS drivers, Firefox 10 or 11 and still trying later ones to find out how compatible it is, then trying to make Firefox compilable in Windows 98). I reinstalled it and got an old laptop with an Intel Ethernet card, a PCMCIA wireless card and a Sound Blaster clone, so I'm now using it purely for development, and I stay the whole day and the whole time programming and studying good stuff, and increasing currently. I also listen music using a Sound Blaster demo from PhatCode. I use Mono 8-bit WAV files but at least I will learn about how to create a WAV stream when sending it to a driver and to the device.
That's the type of reasons that I need to use an OS. If it won't make me a better person, if it will actually give me much less technical knowledge and full examples than even DOS, and if it won't improve the use of my time, why use it?
Apart for the obligatory office and gaming tasks (obligatory for closed source programs/game titles, made only for the latest system)...
I hadn't used anything else than Windows XP/7 and a tiny bit of Linux since an AMD Athlon 3000+. The last 2 years only 64-bit systems, so I got far too restricted without being able to run 16-bit code directly on my hardware, so the 64-bit system was what sent me to the environment where I can do all I want.
iansjack wrote:~ wrote:
NT systems also have a DOS console, can run DOS programs, use BAT files a lot, use the same file system conventions and file systems as DOS.
NT systems do not have a DOS console, they have a command console. It is backwardly compatible with DOS programs. This no more makes it DOS-based than, say, Wine makes Linux Windows-based.
The important thing is that they allow a big degree of hardware access up to Windows XP. If you avoid installing any drivers for a Windows machine in general, and even more if you mark those devices as "Disabled", you are leaving the resources available to use them with DOS demo programs. If we talk about 64-bit systems, surprisingly they still don't have anything that will cause death if not used, so by the time those systems really become vital because they will be full of interesting learning resources and code, we will have also ported the DOS code to those systems, probably always run through a layer that allows loading raw binaries for any hardware/software task without worrying of intermediate system layers.
iansjack wrote:~ wrote:And, it may come as news to you, NT versions of Windows use the NTFS file system by preference (and lose a lot if they don't). This is not "the same file system conventions and file systems as DOS". At best it uses a similar concept of directory trees; but so do many operating systems. Linux follows similar concepts and also uses batch files a lot (although it calls them shell scripts); Linux is not based on MS-DOS.
There are drivers for all Microsoft filesystems in DOS and Windows 9x, even if they are limited, but at least they can be developed, again more OS Development tasks that are valid and that can be made portable to other systems if written with the greatest care.
iansjack wrote:~ wrote:Really, you display such a fundamental lack of understanding of the architectural differences between MS-DOS, early versions of Windows, and those versions of Windows based on the NT kernel that there is little point in continuing the discussion.
In the end, the same devices and file systems are offered. Also the same programming languages.
I'm just saying that you should look at me as somebody who needs to use the programming resources found in the MS-DOS/FreeDOS and Win9x/Windows 98 SE environments, from binaries, code and Internet websites from that era. I need to use those resources to learn with the greatest ease and completeness. I already proved it to myself after using different systems during around 12 years.
I'm just saying that I can get to learn and know as much as someone using Linux/UNIX or other systems, but I know that I'll do so the easiest from the combination of MS-DOS/FreeDOS and Win9x/Windows 98 SE environments.
I know that it's still the easiest and richest environment to learn specifically about the PC and everything found in it. It already contains everything computing has to offer so it's just OK. I know it can allow to gain knowledge about hardware programming (USB, SATA, virtual memory), software and algorithms (APIs, file formats, compression) and operating systems in general (multitasking, loading drivers and modules, running binaries with a format other than binary), as much as a person that uses only UNIX systems to do so.
If you need to use another operating system for any task, development or not, just use it. But in my case this is the system environment that gives me more knowledge than XP or 7, so I just use it. Windows 7 will probably not survive enough as to see tutorials or code that was created specifically under and thanks to it, so I just keep using the operating system and programs that contain the most of information, and I can tell you that MS-DOS/FreeDOS/Win9x contains most of it if you originally ever came from there.
It's the same OS Development in the end with portable code as a result.