473,382 Members | 1,736 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Operating System Development

Hey Guys,

I am looking to develop a simple infact a very simple Operating System, to
submit as my BS final project, which can independently start the computer and
some simple application which are supported by it like simple text document.
but these are secondry phases. First I need to develop an Simple OS, but i
dont know where to get started. please guys help me out I have 5 months to
submit my project.

Thanks,
Saadi
Nov 16 '05 #1
7 1810

Why don't you get the source for an embedded Linux distro and study that?

Saadi wrote:
Hey Guys,

I am looking to develop a simple infact a very simple Operating System, to
submit as my BS final project, which can independently start the computer and
some simple application which are supported by it like simple text document.
but these are secondry phases. First I need to develop an Simple OS, but i
dont know where to get started. please guys help me out I have 5 months to
submit my project.

Thanks,
Saadi

--

incognito () Updated Almost Daily
http://kentpsychedelic.blogspot.com
Nov 16 '05 #2
Gargantua thanks for your reply,

but the task is given me by my teacher says that it should be in C language
and worked as DOS or if in GUI then like windows. yes if someone send me or
tell me the URL for a very very basic and simple OS that i could study it and
develop my own. the problem with me is that i dont know where to start. plz
let me know if there any simple OS availble on net AND/OR the books with
which I can get help.

my email is

im*****@hotmail.com

Regardds,

Saadi.

"C.E.O. Gargantua" wrote:

Why don't you get the source for an embedded Linux distro and study that?

Saadi wrote:
Hey Guys,

I am looking to develop a simple infact a very simple Operating System, to
submit as my BS final project, which can independently start the computer and
some simple application which are supported by it like simple text document.
but these are secondry phases. First I need to develop an Simple OS, but i
dont know where to get started. please guys help me out I have 5 months to
submit my project.

Thanks,
Saadi

--

incognito () Updated Almost Daily
http://kentpsychedelic.blogspot.com

Nov 16 '05 #3
Saadi wrote:
Gargantua thanks for your reply,

but the task is given me by my teacher says that it should be in C language
Linux is written in c
and worked as DOS or if in GUI then like windows. yes if someone send me or
tell me the URL for a very very basic and simple OS that i could study it and
Do you mean that it has to run DOS programs?

If you wrote a Linux variant, it would run simple line commands...maybe
even simple c/c++ programs.

You could work on a lightweight X windows WM such as IceTM that had very
minimal windowing capabilities.
develop my own. the problem with me is that i dont know where to start. plz
let me know if there any simple OS availble on net AND/OR the books with
which I can get help.

my email is

im*****@hotmail.com

Regardds,

Saadi.

"C.E.O. Gargantua" wrote:

Why don't you get the source for an embedded Linux distro and study that?

Saadi wrote:
Hey Guys,

I am looking to develop a simple infact a very simple Operating System, to
submit as my BS final project, which can independently start the computer and
some simple application which are supported by it like simple text document.
but these are secondry phases. First I need to develop an Simple OS, but i
dont know where to get started. please guys help me out I have 5 months to
submit my project.

Thanks,
Saadi

--

incognito () Updated Almost Daily
http://kentpsychedelic.blogspot.com

--

incognito () Updated Almost Daily
http://kentpsychedelic.blogspot.com
Nov 16 '05 #4

PS --

if linux isn't your cup of tea...check out FreeDOS, the BSD variant.
Saadi wrote:
Gargantua thanks for your reply,

but the task is given me by my teacher says that it should be in C language
and worked as DOS or if in GUI then like windows. yes if someone send me or
tell me the URL for a very very basic and simple OS that i could study it and
develop my own. the problem with me is that i dont know where to start. plz
let me know if there any simple OS availble on net AND/OR the books with
which I can get help.

my email is

im*****@hotmail.com

Regardds,

Saadi.

"C.E.O. Gargantua" wrote:

Why don't you get the source for an embedded Linux distro and study that?

Saadi wrote:
Hey Guys,

I am looking to develop a simple infact a very simple Operating System, to
submit as my BS final project, which can independently start the computer and
some simple application which are supported by it like simple text document.
but these are secondry phases. First I need to develop an Simple OS, but i
dont know where to get started. please guys help me out I have 5 months to
submit my project.

Thanks,
Saadi

--

incognito () Updated Almost Daily
http://kentpsychedelic.blogspot.com

--

incognito () Updated Almost Daily
http://kentpsychedelic.blogspot.com
Nov 16 '05 #5

"Saadi" <Sa***@discussions.microsoft.com> wrote in message
news:83**********************************@microsof t.com...
Gargantua thanks for your reply,

but the task is given me by my teacher says that it should be in C language and worked as DOS or if in GUI then like windows. yes if someone send me or tell me the URL for a very very basic and simple OS that i could study it and develop my own. the problem with me is that i dont know where to start. plz let me know if there any simple OS availble on net AND/OR the books with
which I can get help.

my email is

im*****@hotmail.com

Regardds,


These are for real
http://www.monmouth.com/~patv/
http://world.std.com/~mikep/rxdos-page.html

Bill Gates first attempt...
http://www.pbbt.com/Directory/Jokes/629.html

/Fredrik
Nov 16 '05 #6
No I dont want to run DOS programs ya if it could then its good. I mean that
it should work like DOS simple file processing techniquies like text file
generation, modification etc. the project FreeDOS is too big and hard to
understand for me. coz I want to study it and then create my own os by my own
code and way. I dont just want to copy, FeeDOS is looks like great but for
those who may have the exp in this filed. I am the newbie infact very very
much newbie. SO if you cloud then plz tell the name of OS which just Boot the
system and do some simple file operations. the rest (GUI and Other) things
are not so much important.

Sorry for all of this mess.

Saadi

"C.E.O. Gargantua" wrote:

PS --

if linux isn't your cup of tea...check out FreeDOS, the BSD variant.
Saadi wrote:
Gargantua thanks for your reply,

but the task is given me by my teacher says that it should be in C language
and worked as DOS or if in GUI then like windows. yes if someone send me or
tell me the URL for a very very basic and simple OS that i could study it and
develop my own. the problem with me is that i dont know where to start. plz
let me know if there any simple OS availble on net AND/OR the books with
which I can get help.

my email is

im*****@hotmail.com

Regardds,

Saadi.

"C.E.O. Gargantua" wrote:

Why don't you get the source for an embedded Linux distro and study that?

Saadi wrote:

Hey Guys,

I am looking to develop a simple infact a very simple Operating System, to
submit as my BS final project, which can independently start the computer and
some simple application which are supported by it like simple text document.
but these are secondry phases. First I need to develop an Simple OS, but i
dont know where to get started. please guys help me out I have 5 months to
submit my project.

Thanks,
Saadi
--

incognito () Updated Almost Daily
http://kentpsychedelic.blogspot.com

--

incognito () Updated Almost Daily
http://kentpsychedelic.blogspot.com

Nov 16 '05 #7
The Simple Hello World Operating System package contains a boot sector
code(ASM) , boot sector writer , an exe header stripper , and a simple guide
on how to build a small OS which prints a Message "Hello World !"

http://www.planet-source-code.com/vb...=3570&lngWId=3

-Praveen
"Saadi" wrote:
Hey Guys,

I am looking to develop a simple infact a very simple Operating System, to
submit as my BS final project, which can independently start the computer and
some simple application which are supported by it like simple text document.
but these are secondry phases. First I need to develop an Simple OS, but i
dont know where to get started. please guys help me out I have 5 months to
submit my project.

Thanks,
Saadi

Nov 16 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

32
by: David Brown | last post by:
Hello. I recently came across a free operating system called Unununium (or something like that) and it was developed in Python and Assembly. Now, I have been looking for a way to make an...
3
by: Rajiv Thakur | last post by:
Hi Can i write programs in .net - vb.net/c sharp which are operating system independent. I can run the same code in any OS i want just as we can do it in Java. That is what MSIL is all about...
6
by: Darrell Wesley | last post by:
I'm looking at diving into .net and have several questions. At this plant site we have a diversity of PC's with different operating systems from WIN98, Win2000 to XP-Home and XP-PRO and NT 4.0....
27
by: Kevin A | last post by:
Hi, Is there a way to determine the name and version of the operating system in a portable way? (for Solaris/Linux) Thanks, Kevin
1
by: T | last post by:
Hi I am using Windows 2000(SP4) and recently had MS ACCESS 2000 (9.0.2720) installed. My problem is I cannot create or open any database without getting the following message "Select Collating...
2
by: Matt | last post by:
Hello, Does anyone have a good instruction on how to create your own Operating System in C++? Thanks Matt
2
by: | last post by:
I have a windows service written in vb.net with .net framework 1.1 on the development machine. We have bought a new server which has windows server 2003 64 bit edition installed. The...
3
by: PythonUsr | last post by:
Although I know for a fact that an Operating System can be written in Python, I need to ask some questions to the more advanced users of Python. Uuu and Cleese are two operating systems that...
3
by: aiberengi | last post by:
Jerrata Backbone (http://backbone.jerrata.com/) is a PHP-based operating system. Backbone resides as a collection of PHP5 files on a web server, invoked by stub code activated on a webpage access....
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.