OSDev.org

The Place to Start for Operating System Developers
It is currently Tue Mar 19, 2024 5:36 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 173 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9, 10, 11, 12  Next
Author Message
 Post subject: Re: OS Project list
PostPosted: Sat Oct 22, 2011 5:36 pm 
Offline

Joined: Sat Oct 22, 2011 12:33 pm
Posts: 2
i made a thing that has its own bootloader,several device drivers(text,keyboard and timer to be specific),a complete application and a TCP/IP stack,such that it works on i386s and boots and can send textual data across the network....I mean the packets are facricated to be sent by the stack but as of now as i dont have a NIC driver they couldn't be sent in actual.. My next plans include writing a simple kernel and running the foresaid application as a process in it... also the NIC driver has to be written..
So i need to know can i add this in OS projects list ??
I mean as of now it is more of an embedded application but i intend to turn it into a networking OS..


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Sun Oct 23, 2011 4:49 am 
Offline
Member
Member
User avatar

Joined: Sat Jul 17, 2010 12:45 am
Posts: 487
cybug6 wrote:
So i need to know can i add this in OS projects list ??
If you prefer to do that yourself, just go to the User Control Panel and get yourself the Wiki Edit rights. You are then permitted to make changes to the OS Project List.

_________________
Programming is not about using a language to solve a problem, it's about using logic to find a solution !


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Sun Oct 30, 2011 8:11 pm 
Offline

Joined: Sat Oct 22, 2011 12:33 pm
Posts: 2
thanks Chandra,i'll certainly do that as soon as i make some further progress..
also can you be of some help in writing the NIC driver ???
i have marvel yukon fast ethernet 88e8040 chip,for which data sheet is unavailable :cry:
also i think learning the data sheet and writing from scratch would be a daunting task,
isn't there any simpler method to do that ?? i am simply looking for an elementary NIC driver
that just works,any pointers towards any source code of a generic driver would be appreciated [-o<

thanks n sorry for my long posts


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Sun Dec 11, 2011 4:43 pm 
Offline
Member
Member

Joined: Sun Sep 18, 2011 10:18 am
Posts: 46
* "Nameless OS": a portable multi-user Unix-like OS. i386, amd64 and ARM. Fully protected. GUI without X. Modular kernel. Closed source.
** Contact: Piotr Durlej (http://www.durlej.net/contact)
** URL: http://www.durlej.net/nameless
** Status: alpha released to testers.

Thanks!


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Mon Dec 12, 2011 7:09 am 
Offline
Member
Member

Joined: Thu Aug 11, 2011 12:04 am
Posts: 125
Location: Watching You
Added! Cool OS, just wish my OS was as good looking as yours but for now I still need to work on the FS :)

_________________
Get back to work!
Github


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Wed Feb 15, 2012 6:13 pm 
Offline
Member
Member
User avatar

Joined: Fri Jan 14, 2011 7:24 pm
Posts: 67
* '''MCS''' - MCS, or Mateo Control System, is an ICS for x86 architecture. MCS is an Acess2 distro, with a custom Acess2 kernel. Open-source. Written in C, nASM, and D.
** Contact: Mateo Caswell caswellrienzo AT gmail.com, Addison Leong <nomail>
** URL: http://sourceforge.net/p/mcsys/

[Edit]: Status -- Pre-Alpha. No code has been push'd to repo as of yet.

:twisted:

_________________
You are a computer.
~ MCS ~


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Sun May 13, 2012 10:52 am 
Offline

Joined: Sun May 13, 2012 10:30 am
Posts: 1
Hi all,

First thanks for giving life to this place.

I develop a kernel library that aims at making it possible to run Microsoft's WDF/KMDF drivers on other OSes in a similar manner to NDISWrapper for Linux or NDISInsulator for BSD.
This is not a new OS per se, but it's quite close as it includes its own version of Windows' DDK and it must complement the driver layer of very different OSes and interact flawlessly with userland applications as well.
The web site is http://ntoscompatible.wordpress.com/, no sources are available but there is a documentation available there.
So far I have ported it to Antos OS (http://en.sourceforge.jp/projects/muram ... ge_id=8831) then to tyndur (http://www.lowlevel.eu/wiki/T%C3%BDndur). I made also a version extending NDISWrapper features to KMDF, this is probably the closest I went to a working library but my goal is not to extend NDISWrapper.

In fact it's much less impressive as it might seems, this is my pet project and it goes the same way as other pet projects go, I lack focus, testing is neglected, etc... It might be that after my retirement in a few years I will be more ambitious.

Jean-Pierre


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Tue May 15, 2012 10:12 am 
Offline

Joined: Sun May 13, 2012 10:02 am
Posts: 3
* '''OS Name''' - Basic Disk Operating System (BDOS)

BDOS is a 16 bit educational operating system written in NASM and it is aimed at 80x86 PC.
The goal of this project is to help beginner os developers who would like to develope their os in assembly.It is also among the goals of this project to make a little functional cli operating system to perform basic operations.BDOS is designed to run of a single floppy disk and to provide much functionality in least space.

** Contact: Maraci David [email protected]

** URL: http://sourceforge.net/projects/bdos/

Status: Alpha


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Fri Nov 23, 2012 12:09 pm 
Offline

Joined: Fri Nov 23, 2012 11:21 am
Posts: 3
Name: LibraNextOS
Contact: Keagan Winterthieme libranext AT outlook.com
Website: http://libranext.com/

Brief description: LibraNextOS main aim is to make a stable,, reliable, and above all FAST OS. It currently uses the Linux 2.4/early 2.6 kernels. No version is available to the public as of today (11-23-2012). In test versions it has been able to run most Windows and virtually all DOS programs without the user ever knowing a difference.


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Fri Nov 23, 2012 5:22 pm 
Offline
Member
Member
User avatar

Joined: Tue Oct 17, 2006 9:29 pm
Posts: 2426
Location: Canada
techningeer wrote:
It currently uses the Linux 2.4/early 2.6 kernels.

Linux distributions are excluded from the list.

_________________
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Fri Nov 23, 2012 6:09 pm 
Offline

Joined: Fri Nov 23, 2012 11:21 am
Posts: 3
Brynet-Inc wrote:
techningeer wrote:
It currently uses the Linux 2.4/early 2.6 kernels.

Linux distributions are excluded from the list.


It's not a Linux distro. It can't run any Linux programs that any one uses anymore either... Not even called Linux. I am forking the Kernel to be my own, as well as most of the software.


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Fri Nov 23, 2012 8:56 pm 
Offline
Member
Member
User avatar

Joined: Tue Oct 17, 2006 9:29 pm
Posts: 2426
Location: Canada
techningeer wrote:
It's not a Linux distro.

http://libranext.com/about-us/ wrote:
Our main objective is to make the most reliable, the fastest Linux distribution ..


Alrighty then.

_________________
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.


Last edited by Brynet-Inc on Fri Nov 23, 2012 8:58 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Fri Nov 23, 2012 8:57 pm 
Offline

Joined: Fri Nov 23, 2012 11:21 am
Posts: 3
Brynet-Inc wrote:
techningeer wrote:
It's not a Linux distro.

http://libranext.com/about-us/ wrote:
Our main objective is to make the most reliable, the fastest Linux distribution ..


Alrightly then.


Sorry about not updating the site... We originally were going to be a Linux distro but then decided to make our own OS.


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Thu Apr 11, 2013 7:57 pm 
Offline
User avatar

Joined: Sun Dec 30, 2012 12:52 pm
Posts: 13
Don't know if people are still adding things which are posted here, but here is mine:

Name: Retro OS
Contact: far.peter1(at)gmail.com
Website: https://github.com/farlepet/retro-os
Description: Retro OS is a simple os, it has simple cooperative multitasking, x86 architecture, loads binary programs from the ramdisk (in kernel-mode), very simple (but functional) drivers, and a megalithic kernel

_________________
Lambda OS:
GitHub: https://github.com/farlepet


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Fri Apr 12, 2013 2:19 am 
Offline
Member
Member
User avatar

Joined: Wed Oct 18, 2006 3:45 am
Posts: 9301
Location: On the balcony, where I can actually keep 1½m distance
Added :)

_________________
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 173 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9, 10, 11, 12  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: kerravon and 4 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