OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 9:15 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 19 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: MSB-OS disk image available (now Bochs compatible)
PostPosted: Sat Jun 18, 2011 2:05 pm 
Offline
Member
Member
User avatar

Joined: Thu Feb 14, 2008 10:46 am
Posts: 277
Location: Italy
Yes the second possibility is better :) I have to read it in order to program, this is why I needed it :). This week I'm on holiday but I'll however send you my mail in a private message.
No no my os will not be stopped ^_^ this is sure :)


Top
 Profile  
 
 Post subject: Re: MSB-OS disk image available (now with hex mode)
PostPosted: Mon Jun 27, 2011 10:51 pm 
Offline
Member
Member
User avatar

Joined: Wed Oct 27, 2010 4:53 pm
Posts: 1150
Location: Scotland
New version available now. You can switch between hex and decimal mode by pressing h. Some of the previous functions have moved to other keys to make room for a, b, c, d, e and f being used for number input, but it's all explained in the new guide at the end of the first manual file.

Edit: If you were quick to download it, you might want to do it again as I've just had to replace it after finding a fault (caused by a last-minute modification to get it to work in Bochs).

_________________
Help the people of Laos by liking - https://www.facebook.com/TheSBInitiative/?ref=py_c

MSB-OS: http://www.magicschoolbook.com/computing/os-project - direct machine code programming


Top
 Profile  
 
 Post subject: Re: MSB-OS disk image available (now with hex mode)
PostPosted: Sun Dec 17, 2017 11:53 am 
Offline

Joined: Mon Dec 11, 2017 2:10 pm
Posts: 4
DavidCooper wrote:
New version available now


Good day! I am updating the Projects page at OSDev wiki.
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 :("

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


Top
 Profile  
 
 Post subject: Re: MSB-OS disk image available (now with hex mode)
PostPosted: Sun Dec 17, 2017 1:08 pm 
Offline
Member
Member
User avatar

Joined: Wed Oct 27, 2010 4:53 pm
Posts: 1150
Location: Scotland
updater3 wrote:
DavidCooper wrote:
New version available now


Good day! I am updating the Projects page at OSDev wiki.

Hi,

Thanks for all the work you're doing in keeping the wiki up to date.

Quote:
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 :("

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.

Quote:
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

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.)

_________________
Help the people of Laos by liking - https://www.facebook.com/TheSBInitiative/?ref=py_c

MSB-OS: http://www.magicschoolbook.com/computing/os-project - direct machine code programming


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 19 posts ]  Go to page Previous  1, 2

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 24 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