OS Project list

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
osdever
Member
Member
Posts: 492
Joined: Fri Apr 03, 2015 9:41 am
Contact:

Re: OS Project list

Post by osdever »

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.
azsoter
Posts: 4
Joined: Wed Nov 18, 2015 9:23 am
Location: Ontario, Canada
Contact:

Re: OS Project list

Post by azsoter »

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!
User avatar
iansjack
Member
Member
Posts: 4662
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: OS Project list

Post by iansjack »

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

Re: OS Project list

Post by azsoter »

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.
User avatar
Combuster
Member
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

Post by Combuster »

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 ]
User avatar
wichtounet
Member
Member
Posts: 90
Joined: Fri Nov 01, 2013 4:05 pm
Location: Fribourg, Switzerland
Contact:

Re: OS Project list

Post by wichtounet »

For the next batch of updates:

Code: Select all

* '''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!
User avatar
michaellangford
Posts: 21
Joined: Tue Jun 21, 2016 6:41 am
Libera.chat IRC: quad4

Re: OS Project list

Post by michaellangford »

3rd Version:

Code: Select all

* '''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!)
monobogdan
Member
Member
Posts: 71
Joined: Wed Jan 25, 2017 3:37 pm

Re: OS Project list

Post by monobogdan »

OGDOS - GUI OS based on FreeDOS kernel.
billkoul8
Posts: 1
Joined: Sat Apr 01, 2017 1:30 am
Libera.chat IRC: billkoul8

Re: OS Project list

Post by billkoul8 »

SIRTOS
A Simple Real Time Operating System
x86
Real-Time (soft)
Full graphics

Developed by Vasilis Kouliaridis

Links:
https://github.com/billkoul/SIRTOS
User avatar
obiwac
Member
Member
Posts: 149
Joined: Fri Jan 27, 2017 12:15 pm
Libera.chat IRC: obiwac
Location: Belgium

Re: OS Project list

Post by obiwac »

Here's mine:

Code: Select all

* '''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!
threosandy
Posts: 1
Joined: Thu Oct 26, 2017 5:00 am
Contact:

Re: OS Project list

Post by threosandy »

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
SpaceboyRoss01
Posts: 6
Joined: Thu Feb 16, 2017 12:43 am
Libera.chat IRC: esi

Re: OS Project list

Post by SpaceboyRoss01 »

RossOS isn't on the list, URL: http://github.com/Ross-Software/RossOS
User avatar
iansjack
Member
Member
Posts: 4662
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: OS Project list

Post by iansjack »

So, add it. That's how wikis work.
smatyukevich
Posts: 2
Joined: Mon Apr 09, 2018 9:40 am

Re: OS Project list

Post by smatyukevich »

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
TravorLZH
Posts: 2
Joined: Thu Mar 22, 2018 11:02 am
Libera.chat IRC: Travor_LZH

Re: OS Project list

Post by TravorLZH »

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
Post Reply