OSDev.org

The Place to Start for Operating System Developers
It is currently Mon Mar 18, 2024 11:02 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 173 posts ]  Go to page Previous  1 ... 7, 8, 9, 10, 11, 12  Next
Author Message
 Post subject: Re: OS Project list
PostPosted: Sun Sep 20, 2015 2:56 am 
Offline
Member
Member
User avatar

Joined: Fri Apr 03, 2015 9:41 am
Posts: 492
1. OS365
2. Nikita Ivanov and my team (kras-ivanova at yandex dot ru).
3. os365dev.tk

_________________
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing

OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Mon Dec 07, 2015 5:51 pm 
Offline

Joined: Wed Nov 18, 2015 9:23 am
Posts: 4
Location: Ontario, Canada
Could you please add to http://wiki.osdev.org/Projects my OS Project:
JaeOS -- Just Another Embedded OS

I might have posted the announcement incorrectly as a separate topic, not on this thread.
Official website:
http://jaeos.com/

Thanks!


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Wed Dec 09, 2015 5:50 am 
Offline
Member
Member
User avatar

Joined: Sat Mar 31, 2012 3:07 am
Posts: 4591
Location: Chichester, UK
I think the idea is that, being a Wiki, you add your own project to the list.


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Wed Dec 09, 2015 10:58 am 
Offline

Joined: Wed Nov 18, 2015 9:23 am
Posts: 4
Location: Ontario, Canada
iansjack wrote:
I think the idea is that, being a Wiki, you add your own project to the list.



I don't think I have any permissions to edit the Wiki.
I was under the impression that the procedure to get your project listed there was to post it here.
I am not exactly sure what supposed to happen after that.


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Wed Dec 09, 2015 11:32 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
Or wait until someone has the time and the mood to do the work.

Wiki editing instructions are on the wiki forum.

_________________
"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  
 
 Post subject: Re: OS Project list
PostPosted: Mon Aug 08, 2016 5:38 am 
Offline
Member
Member
User avatar

Joined: Fri Nov 01, 2013 4:05 pm
Posts: 90
Location: Fribourg, Switzerland
For the next batch of updates:

Code:
* '''Thor OS''' - 64bit C++ Operating System with multasking,  ATA/FAT32/VESA/ACPI/HPET support and basic networking support.
** Contact: Baptiste Wicht (baptiste.wicht AT gmail.com)
** URL: [https://github.com/wichtounet/thor-os https://github.com/wichtounet/thor-os]


Thanks

_________________
Thor Operating System: C++ 64 bits OS: https://github.com/wichtounet/thor-os
Good osdeving!


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Mon Jan 30, 2017 4:27 pm 
Offline
User avatar

Joined: Tue Jun 21, 2016 6:41 am
Posts: 21
3rd Version:

Code:
* '''Papal OS - Clement''' - A very basic kernel aimed at being robust and fail-safe
** Contact: Michael Langford (michaellangford99 [AT] gmail.com)
** URL: [https://github.com/michaellangford99/Papal-OS-3---Clement]


started: Aug. 2015
active: whenever my schoolwork is done - until high school's over :)

no useful screenshots as of yet...

Thank you!

_________________
"Out of memory: Please memorize the following numbers and type them back in when asked for page number 42". - linguofreak

"Quote me in your forum signature" - Sortie (Check!)


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Tue Jan 31, 2017 2:19 am 
Offline
Member
Member

Joined: Wed Jan 25, 2017 3:37 pm
Posts: 71
OGDOS - GUI OS based on FreeDOS kernel.


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Sat Apr 01, 2017 1:40 am 
Offline

Joined: Sat Apr 01, 2017 1:30 am
Posts: 1
SIRTOS
A Simple Real Time Operating System
x86
Real-Time (soft)
Full graphics

Developed by Vasilis Kouliaridis

Links:
https://github.com/billkoul/SIRTOS


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Mon Apr 10, 2017 8:20 am 
Offline
Member
Member
User avatar

Joined: Fri Jan 27, 2017 12:15 pm
Posts: 149
Location: Belgium
Here's mine:

Code:
* '''AQUA OS''' - Title or short description.
** Contact: Your Name (inobulles AT gmail.com)
** URL: [https://obiwac.wordpress.com/aqua-os/ https://obiwac.wordpress.com/aqua-os/]


Name: AQUA OS
Contact: [email protected]
Website: https://obiwac.wordpress.com/aqua-os/
Description: AQUA OS is a 32 bit protected mode operation system, that has a nice organic and natural graphical interface. It is also very developer friendly, with loads of APIs.

Thanks!

_________________
AQUA OS: https://obiwac.wordpress.com/aqua-os/


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Sat Nov 18, 2017 5:24 pm 
Offline

Joined: Thu Oct 26, 2017 5:00 am
Posts: 1
Hi there!

I like to present our system's pre alpha release, the Threos Operating System. This version is the result of a 2 year rewrite/redesign.
It's a self hosting microkernel operating system, with the following features:

Modular and object oriented designed
Multitasking multi-threading real time operation
Single virtual address space with memory management protection
On demand loading and relocation
Dynamically linked libraries
Message based and shared memory based inter-process communication
Supports a commonly used subset of the POSIX
32-bit and 64-bit aware
Small memory footprint
Package manager
Networking (TCP/IP, httpd, ftpd, telnet ...) with some intel NIC and realtek NIC drivers
VFS, filesystems

and many many more.

We ported some basic applications (TCC, JOE, Make, ncurses ..., Posix application porting is not so hard), to be able to write programs and even device drivers on the system itself.

The system is designed for embedded usage, so no fancy display driver yet (we have a older version display driver implementation, but it's not in the release).
There are other limitations as well, but the current version is running stable on our test hardwares.
We are using it for our embedded needs. The pre alpha release is a x86_64 (64 bit only) image.

Find more on:

http://threos.io/

Andy


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Sun Dec 10, 2017 10:29 pm 
Offline

Joined: Thu Feb 16, 2017 12:43 am
Posts: 6
RossOS isn't on the list, URL: http://github.com/Ross-Software/RossOS


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Mon Dec 11, 2017 11:36 am 
Offline
Member
Member
User avatar

Joined: Sat Mar 31, 2012 3:07 am
Posts: 4591
Location: Chichester, UK
So, add it. That's how wikis work.


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Mon Apr 09, 2018 6:19 pm 
Offline

Joined: Mon Apr 09, 2018 9:40 am
Posts: 2
I've just released a new project: RPi OS. This OS is designed for learning. It comes with a step-by-step guide how to create an OS from scratch. It is based on Linux source code and the main goal of the project is not only to teach people how an OS can be created but also demonstrate how some kernel functionality is implemented in the Linux kernel.

Author: Sergey Matyukevich ([email protected])
URL: https://github.com/s-matyukevich/raspberry-pi-os
Project description: https://github.com/s-matyukevich/raspbe ... duction.md


Top
 Profile  
 
 Post subject: Re: OS Project list
PostPosted: Fri Apr 20, 2018 6:28 pm 
Offline

Joined: Thu Mar 22, 2018 11:02 am
Posts: 2
Could you add my hobbyist Operating System plz?

Name: TravorOS - A research-purpose Operating System that discovers features on Intel x86 processors.
Contact: Travor Liu <[email protected]>
URL: https://github.com/TravorLZH/TravorOS
Status: alpha, kernel

This OS was born in December 15th, 2017


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

All times are UTC - 6 hours


Who is online

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