Sendla OS

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
User avatar
stevenup7002
Member
Member
Posts: 60
Joined: Tue Sep 20, 2005 11:00 pm
Location: Ireland
Contact:

Sendla OS

Post by stevenup7002 »

Name: Sendla Operating system

Team: Motron software

Link: http://motronsoftware.com

Description:

Sendla OS is an os specifically designed to have major stability, it is also designed to be able to run: Windows programs, Mac os programs, Linux programs, DOS programs, Beos programs, Unix Programs and many more. Sendla OS is designed to have major security systems running and an included antispyware engine, We are also making 3 modes with it ( Begginner, Advanced and Command) The beginner mode will help new users check their email, play a game of cards, and maybe browse a few websites, and write a document, Whilst the advanced mode will have administrive options to change, add drivers and install new programs, along with the command mode which will be like the MS DOS prompt in windows. The beginner mode will also feature a jargon buster to help beginners with error messages. These are what we have planned for the os, but for now we are mainly focusing on the kernel. If you are interested in developing with us, or have any queries, please contact me via MSN messenger on: [email protected] or [email protected] ,

If you have anymore suggestions for sendla os we'd love to hear from you.

-stevenup7002
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Re: Sendla OS

Post by earlz »

It has or it is going to have?

and double posting is bad for your health, it will give you lung cancer
User avatar
stevenup7002
Member
Member
Posts: 60
Joined: Tue Sep 20, 2005 11:00 pm
Location: Ireland
Contact:

Re: Sendla OS

Post by stevenup7002 »

Thanks for the grammar pointer, and I dont see this as a double post.
ssriganesh
Posts: 1
Joined: Fri Nov 18, 2005 12:00 am
Location: India

Re: Sendla OS

Post by ssriganesh »

Hi,
Is this OS developed or planning to develop??
I would be glad to associate with it as I myself am a developer of an RTOS.

Regards
stevenup7002 wrote:Name: Sendla Operating system
Team: Motron software
Link: http://motronsoftware.com
Description:

Sendla OS is an operating system designed not to crash, It will have great features for ease of use such as: a GUI, Compatibillity to run windows, mac and even linux apps, Compatibillity for alot of filesystems. And completely Jargon free.

Any programmers in C or assembler are greatly needed

-stevenup7002
SriGanesh
User avatar
stevenup7002
Member
Member
Posts: 60
Joined: Tue Sep 20, 2005 11:00 pm
Location: Ireland
Contact:

Re: Sendla OS

Post by stevenup7002 »

I made a new description^^^

Oh and SS, you never apear to be online on msn messenger, could you please come online? And if any of you know akiria, could you please ask him to get in touch with me, because I have no record of him being online since the 10th of October.
Last edited by stevenup7002 on Mon Jan 02, 2006 12:00 am, edited 1 time in total.
Mastermind
Posts: 10
Joined: Sun Jan 15, 2006 12:00 am

Re: Sendla OS

Post by Mastermind »

Hi, I would like to help out with the OS. I have already posted in your other topic about my programming skills so far. I think that I could make some applications and help with the features of the OS.
binoy_jayan
Posts: 2
Joined: Sat Jan 21, 2006 12:00 am

Re: Sendla OS

Post by binoy_jayan »

I am a graduate from India and is greatly interested in kernel development.

I am currently indulged in developing an os but the problem is that don't know how to program bare IBM -PC hardware. Therefore I am forced to stick to BIOS interrupts to do the same; which also prevents me to use protected mode.

If you can help me out in this; please reply in this forum or mail me at

[email protected]
User avatar
JAAman
Member
Member
Posts: 879
Joined: Wed Oct 27, 2004 11:00 pm
Location: WA

Re: Sendla OS

Post by JAAman »

what is it that you need to know how to use?
most of the basics are well documented many places

try: [url=http://www.nondot.org/sabre/os/articles]
OSRC[/url]
binoy_jayan
Posts: 2
Joined: Sat Jan 21, 2006 12:00 am

Re: Sendla OS

Post by binoy_jayan »

Thanks to Jonathan for that useful piece of info.
I got to know about a lot of thing about PCs which i didn't even dreamed of while using BIOS interrupts.

Binoy
User avatar
stevenup7002
Member
Member
Posts: 60
Joined: Tue Sep 20, 2005 11:00 pm
Location: Ireland
Contact:

Post by stevenup7002 »

Hey, its been a year, I know. But I released the source code for sendla. We have open arms to contributors and people who want to work for motron. Its been released under the gpl so feel free to use it for your own OS.

It is here: http://motronsoftware.com/sendla/wiki// ... ource_Code

Peace,
-Steven
User avatar
pulsar
Member
Member
Posts: 49
Joined: Wed Nov 22, 2006 1:01 am
Location: chennai

Post by pulsar »

i do read few dozen times about how to post, but i couldn't help. I was greatly disappointed when i saw the code for show drive. since it's gpl'ed i could use the code right here.

Code: Select all

void showdrive(char drive[255])
{
int driver;		
		/* Show Drive code goes here error return variable is  driver */
		if(driver==1)
		{
			puts("Error: Drive doesnt exist\n");
		}
		else if(driver==2)
		{
			puts("Error: Drive could not be read or is in use\n");
		}	
}
I had the impression that he completed, may be he is just starting now...
everyone here are best programmers ( not yet not yet)
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Post by Candy »

I would add "realism" to the list of items, possibly removing a few other items that are in conflict with that. You're a group of three guys, none of which appears to take the function of "programmer", "developer" or anything similar, and after a year of work you release a total source code package of around 20 files. Those are either very few of the abovementioned features or very unmaintainably large files.
User avatar
stevenup7002
Member
Member
Posts: 60
Joined: Tue Sep 20, 2005 11:00 pm
Location: Ireland
Contact:

Post by stevenup7002 »

Thanks for the replies. Yes the code is incomplete, but it is not finished yet. Show drive doesnt have the floppy driver to be able to show the drive yet. These are simply just placeholders for the functions so that we dont have to do them later. Youll be happy to hear that the floppy driver is being worked on right now.

Dont worry, theres more to come,
-Steven
anon19287473
Member
Member
Posts: 97
Joined: Thu Mar 15, 2007 2:27 pm

Re: Sendla OS

Post by anon19287473 »

stevenup7002 wrote:Name: Sendla Operating system

Team: Motron software

Link: http://motronsoftware.com

Description:

Sendla OS is an os specifically designed to have major stability, it is also designed to be able to run: Windows programs, Mac os programs, Linux programs, DOS programs, Beos programs, Unix Programs and many more. Sendla OS is designed to have major security systems running and an included antispyware engine, We are also making 3 modes with it ( Begginner, Advanced and Command) The beginner mode will help new users check their email, play a game of cards, and maybe browse a few websites, and write a document, Whilst the advanced mode will have administrive options to change, add drivers and install new programs, along with the command mode which will be like the MS DOS prompt in windows. The beginner mode will also feature a jargon buster to help beginners with error messages. These are what we have planned for the os, but for now we are mainly focusing on the kernel. If you are interested in developing with us, or have any queries, please contact me via MSN messenger on: [email protected] or [email protected] ,

If you have anymore suggestions for sendla os we'd love to hear from you.

-stevenup7002
Jesus christ you must be good. Why is it everyone insists that there operating system run every piece of software ever written. I mean, POSIX is great, but BeOS, Mac AND MANY MORE. Why? You must be able to code on a LOT of platforms. Well, good luck with your endevour, you'll need it. :D
User avatar
stevenup7002
Member
Member
Posts: 60
Joined: Tue Sep 20, 2005 11:00 pm
Location: Ireland
Contact:

Post by stevenup7002 »

Thank you =D>
Last edited by stevenup7002 on Tue Feb 10, 2009 4:38 pm, edited 1 time in total.
Post Reply