OS Project list
Re: OS Project list
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..
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..
Re: OS Project 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.cybug6 wrote:So i need to know can i add this in OS projects list ??
Programming is not about using a language to solve a problem, it's about using logic to find a solution !
Re: OS Project list
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
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
thanks n sorry for my long posts
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
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
thanks n sorry for my long posts
Re: OS Project list
* "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!
** Contact: Piotr Durlej (http://www.durlej.net/contact)
** URL: http://www.durlej.net/nameless
** Status: alpha released to testers.
Thanks!
Re: OS Project list
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
Github
Re: OS Project list
* '''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.
** 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.
You are a computer.
~ MCS ~
~ MCS ~
-
- Posts: 1
- Joined: Sun May 13, 2012 10:30 am
Re: OS Project list
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
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
Re: OS Project list
* '''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
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
-
- Posts: 3
- Joined: Fri Nov 23, 2012 11:21 am
Re: OS Project list
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.
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.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: OS Project list
Linux distributions are excluded from the list.techningeer wrote:It currently uses the Linux 2.4/early 2.6 kernels.
-
- Posts: 3
- Joined: Fri Nov 23, 2012 11:21 am
Re: OS Project 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.Brynet-Inc wrote:Linux distributions are excluded from the list.techningeer wrote:It currently uses the Linux 2.4/early 2.6 kernels.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: OS Project list
techningeer wrote:It's not a Linux distro.
Alrighty then.http://libranext.com/about-us/ wrote:Our main objective is to make the most reliable, the fastest Linux distribution ..
Last edited by Brynet-Inc on Fri Nov 23, 2012 8:58 pm, edited 1 time in total.
-
- Posts: 3
- Joined: Fri Nov 23, 2012 11:21 am
Re: OS Project list
Sorry about not updating the site... We originally were going to be a Linux distro but then decided to make our own OS.Brynet-Inc wrote:techningeer wrote:It's not a Linux distro.Alrightly then.http://libranext.com/about-us/ wrote:Our main objective is to make the most reliable, the fastest Linux distribution ..
Re: OS Project list
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
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
GitHub: https://github.com/farlepet
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: OS Project list
Added