OS Project list
Re: OS Project list
1. OS365
2. Nikita Ivanov and my team (kras-ivanova at yandex dot ru).
3. os365dev.tk
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.
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.
Re: OS Project list
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!
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!
Re: OS Project list
I think the idea is that, being a Wiki, you add your own project to the list.
Re: OS Project list
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.
- 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
Or wait until someone has the time and the mood to do the work.
Wiki editing instructions are on the wiki forum.
Wiki editing instructions are on the wiki forum.
- wichtounet
- Member
- Posts: 90
- Joined: Fri Nov 01, 2013 4:05 pm
- Location: Fribourg, Switzerland
- Contact:
Re: OS Project list
For the next batch of updates:
Thanks
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]
Thor Operating System: C++ 64 bits OS: https://github.com/wichtounet/thor-os
Good osdeving!
Good osdeving!
- michaellangford
- Posts: 21
- Joined: Tue Jun 21, 2016 6:41 am
- Libera.chat IRC: quad4
Re: OS Project list
3rd Version:
started: Aug. 2015
active: whenever my schoolwork is done - until high school's over
no useful screenshots as of yet...
Thank you!
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]
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!)
"Quote me in your forum signature" - Sortie (Check!)
-
- Member
- Posts: 71
- Joined: Wed Jan 25, 2017 3:37 pm
Re: OS Project list
OGDOS - GUI OS based on FreeDOS kernel.
Re: OS Project list
SIRTOS
A Simple Real Time Operating System
x86
Real-Time (soft)
Full graphics
Developed by Vasilis Kouliaridis
Links:
https://github.com/billkoul/SIRTOS
A Simple Real Time Operating System
x86
Real-Time (soft)
Full graphics
Developed by Vasilis Kouliaridis
Links:
https://github.com/billkoul/SIRTOS
- obiwac
- Member
- Posts: 149
- Joined: Fri Jan 27, 2017 12:15 pm
- Libera.chat IRC: obiwac
- Location: Belgium
Re: OS Project list
Here's mine:
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!
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/]
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!
-
- Posts: 1
- Joined: Thu Oct 26, 2017 5:00 am
- Contact:
Re: OS Project list
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
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
-
- Posts: 6
- Joined: Thu Feb 16, 2017 12:43 am
- Libera.chat IRC: esi
Re: OS Project list
RossOS isn't on the list, URL: http://github.com/Ross-Software/RossOS
Re: OS Project list
So, add it. That's how wikis work.
-
- Posts: 2
- Joined: Mon Apr 09, 2018 9:40 am
Re: OS Project list
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
Author: Sergey Matyukevich ([email protected])
URL: https://github.com/s-matyukevich/raspberry-pi-os
Project description: https://github.com/s-matyukevich/raspbe ... duction.md
Re: OS Project list
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
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