

No no my os will not be stopped ^_^ this is sure

Good day! I am updating the Projects page at OSDev wiki.DavidCooper wrote:New version available now
Hi,updater3 wrote:Good day! I am updating the Projects page at OSDev wiki.DavidCooper wrote:New version available now
I write directly in machine code, so the source code is the machine code, although it's backed up by explanations in text files which are included on the disk image (and which can be read using the text editor that comes with the OS). The explanations can be used to help understand the code (exactly like the comments people write in when programming using assembler), but you do have to be able to read and understand the machine code numbers if you are to work this way.I have been unable to find the source code for your OS,
so I had to write the license status of MSB-OS as "Proprietary"
It is already open source, so anyone is free to do what they want with it so long as they acknowledge where they took it from. The bulk of it should not be copied though as it breaks all the rules - there's a lot of self-modifying code and bad design in there which resulted from me being entirely self-taught, working out ways to do things without having any idea about how it's supposed to be done. Most of that code is actually just a pair of machine code editors which made the OS self-hosting right from the start (each of them able to modify and save the other), while the actual OS is just a trivially small and primitive addition sitting on top of them. It should be regarded as a curiosity, and it was only released to prove that it exists when a number of people were claiming it couldn't. (It has continued to evolve through many versions ever since, but they all contain code that is machine-specific and which will crash on other hardware, so they have not been released. I will try to fix that once I've completed my USB drivers.)Please tell if/when you are going to release the MSB-OS as open source.
Being an open-source will help this OS to survive even if something happens
to its' original creator, and maybe will attract the new devs to improve it