OS Project list
Name: Micron System
Desc: An open source cross-architecture UNIX developed using cross-compilers, targeted architectures including (but not limited to) x86(32, 64), ARM, PowerPC, Mips. Aiming at reducing costs in embedded applications by providing multiple choise of processor types.
Contact: martintang25 AT gmail.com
URL: micron-sysv3.googlecode.com
Status: No release yet, scheduled first release within 2 years, currently under heavy SVN development by Micron System Team, and a rough source line count of 8000+ lines.
We welcome people who can provide us help (both technical and documentary) by providing patches, new suggestions, technical hardware specs etc.
Please add Micron System to OSdev Wiki list, Thanks!
Desc: An open source cross-architecture UNIX developed using cross-compilers, targeted architectures including (but not limited to) x86(32, 64), ARM, PowerPC, Mips. Aiming at reducing costs in embedded applications by providing multiple choise of processor types.
Contact: martintang25 AT gmail.com
URL: micron-sysv3.googlecode.com
Status: No release yet, scheduled first release within 2 years, currently under heavy SVN development by Micron System Team, and a rough source line count of 8000+ lines.
We welcome people who can provide us help (both technical and documentary) by providing patches, new suggestions, technical hardware specs etc.
Please add Micron System to OSdev Wiki list, Thanks!
Last edited by martin_25 on Fri Aug 24, 2007 1:25 am, edited 2 times in total.
Name: inflater's Portable Operating System, abbreviated and mostly used: "PortixOS"
Description: The name says all, can fit on a single floppy disk, CD-ROM or even harddisks (in future). It's instalation is easiest as there is, you do not need to know anything about partitioning, formatting disk, etc. Can be used to create programs or debug the system, play games, etc. Formerly, PortixOS was 16-bit unreal mode operating system, 32-bit conversion thanks to DexOS team.
Kernel type: Hybrid single-tasking, CLI interface at the moment (GUI planned for 0.5)
Contact: curko -=AT=- centrum .:DOT:. sk
URL: www.portixos.tk
Status: Under development
Note: Website pretty old, in September I plan a big update, along with the 32bit version. Less ads on the web, thats my promise, and better design. This "MS Publisher-ish" style is giving me a headache for now on...
Description: The name says all, can fit on a single floppy disk, CD-ROM or even harddisks (in future). It's instalation is easiest as there is, you do not need to know anything about partitioning, formatting disk, etc. Can be used to create programs or debug the system, play games, etc. Formerly, PortixOS was 16-bit unreal mode operating system, 32-bit conversion thanks to DexOS team.
Kernel type: Hybrid single-tasking, CLI interface at the moment (GUI planned for 0.5)
Contact: curko -=AT=- centrum .:DOT:. sk
URL: www.portixos.tk
Status: Under development
Note: Website pretty old, in September I plan a big update, along with the 32bit version. Less ads on the web, thats my promise, and better design. This "MS Publisher-ish" style is giving me a headache for now on...
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English )
Derrick operating system: http://derrick.xf.cz (Slovak and English )
OS Name : AsteriOS
Contact: christos [@] mindfields [.] gr
Description: 32-bit written in assembly
Web site (english): http://www.mindfields.gr/main/index.php ... &Itemid=27
Web site (greek): http://www.mindfields.gr/main/index.php ... &Itemid=27
Status: Under development
Features until now v.0.14:
* booting from floppy disk
* 32-bit protected mode
* multitasking support
* GUI (800 x 600 x 16 bpp)
* ps2 keyboard driver
* ps2 mouse driver
* command line
* Greek (system) fonts support
Contact: christos [@] mindfields [.] gr
Description: 32-bit written in assembly
Web site (english): http://www.mindfields.gr/main/index.php ... &Itemid=27
Web site (greek): http://www.mindfields.gr/main/index.php ... &Itemid=27
Status: Under development
Features until now v.0.14:
* booting from floppy disk
* 32-bit protected mode
* multitasking support
* GUI (800 x 600 x 16 bpp)
* ps2 keyboard driver
* ps2 mouse driver
* command line
* Greek (system) fonts support
Last edited by Jef on Thu Apr 23, 2009 1:09 am, edited 3 times in total.
Keep coding...
...the sky is the limit
AsteriOS project: http://www.mindfields.gr/main/index.php ... &Itemid=27
...the sky is the limit
AsteriOS project: http://www.mindfields.gr/main/index.php ... &Itemid=27
Name: Yasux (Yet another simple UNIX)
Contact: Yasux Mailinglist (yasux at erudash.de), see homepage
Description: A simple UNIX-Like operating system written from scratch, currently only for x86
Homepage: http://znc.in/~sohalt/yasux/
Status: No release yet. A few tools already work fine on yasux.
I uploaded a floppy disk image and a cdrom image for testing. To test it, do:Or, if you want to test the iso:Those images contain yasux, GNU GRUB, ammsh and embutils.
We are still searching people interested in developing on yasux. You are always welcome to develop on yasux and send patches to the mailinglist, or ask if you have questions.
Contact: Yasux Mailinglist (yasux at erudash.de), see homepage
Description: A simple UNIX-Like operating system written from scratch, currently only for x86
Homepage: http://znc.in/~sohalt/yasux/
Status: No release yet. A few tools already work fine on yasux.
I uploaded a floppy disk image and a cdrom image for testing. To test it, do:
Code: Select all
$ wget http://znc.in/~sohalt/files/yasux/yasux.disk.gz -O - | gzip -d > yasux.disk; qemu -fda yasux.disk
Code: Select all
$ wget http://znc.in/~sohalt/files/yasux/yasux.iso.gz -O - | gzip -d > yasux.iso; qemu -cdrom yasux.iso
We are still searching people interested in developing on yasux. You are always welcome to develop on yasux and send patches to the mailinglist, or ask if you have questions.
-
- Member
- Posts: 1600
- Joined: Wed Oct 18, 2006 11:59 am
- Location: Vienna/Austria
- Contact:
BlueIllusionOS
Just in case
OS-Type: Micro Kernel on i386; not quite unix - more homebrew stuff with unix influence
User-Interface: cli/gui - configurable
important stuff: tcp/ip stack is under heavy development and debugging; http-server is on its way to be fleshed out more toroughly, as it currently implements just the GET method. The GUI Subsystem in its current state isn't as cool as I want it to be. A machine with BlueIllusionOS - given the interface is configured correctly - responds to ping.
Web: http://www.distantvoices.org/ - click on the BlueIllusionOS LInk and there you are.
stay safe
OS-Type: Micro Kernel on i386; not quite unix - more homebrew stuff with unix influence
User-Interface: cli/gui - configurable
important stuff: tcp/ip stack is under heavy development and debugging; http-server is on its way to be fleshed out more toroughly, as it currently implements just the GET method. The GUI Subsystem in its current state isn't as cool as I want it to be. A machine with BlueIllusionOS - given the interface is configured correctly - responds to ping.
Web: http://www.distantvoices.org/ - click on the BlueIllusionOS LInk and there you are.
stay safe
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image
BlueillusionOS iso image
Name: meinOS
Desc: A x86 unix-like microkernel operating system. It also has multiprocessor support.
Contact: Janosch Gräf <[email protected]>
URL: http://jgraef.bplaced.net/meinos/
Status: Under development
Desc: A x86 unix-like microkernel operating system. It also has multiprocessor support.
Contact: Janosch Gräf <[email protected]>
URL: http://jgraef.bplaced.net/meinos/
Status: Under development
Name: NeoxOS
Desc: a new OS that will have multimedia support (Xenon) and 3D GUI (Pheonix)
Contact: Eddyb < [url=mailto:[email protected]][email protected][/url] >
URL: [url=neoxos.no-ip.org]neoxos.no-ip.org[/url] Note: the site is not finished, yet. When I'll finish, I'll move on NeoxOS.org
Status: Under development, now working on video drivers
Desc: a new OS that will have multimedia support (Xenon) and 3D GUI (Pheonix)
Contact: Eddyb < [url=mailto:[email protected]][email protected][/url] >
URL: [url=neoxos.no-ip.org]neoxos.no-ip.org[/url] Note: the site is not finished, yet. When I'll finish, I'll move on NeoxOS.org
Status: Under development, now working on video drivers
FunghOS - add it please to the OS projects list
Hi, please, can you add my OS to the List?
OS name : FunghOS
Description : free, open-source, light-weight OS in active development
Web site : funghos.googlecode.com
Notice : This is a rewrite of my old OS, HoubOS. Now the source code will be "prettier" (I hope) and it's Open-source.
Thanx
OS name : FunghOS
Description : free, open-source, light-weight OS in active development
Web site : funghos.googlecode.com
Notice : This is a rewrite of my old OS, HoubOS. Now the source code will be "prettier" (I hope) and it's Open-source.
Thanx
- gzaloprgm
- Member
- Posts: 141
- Joined: Sun Sep 23, 2007 4:53 pm
- Location: Buenos Aires, Argentina
- Contact:
Hi, can you please add my os to the list?
OS Name : GZistem
Contact: [email protected]
Description: A simple 32bits operating system done in C
Web site: http://gzistem.com.ar
Status: Under development
Features:
* booting from floppy (no grub - fat12 formatted)
* 32-bit protected mode
* multitasking (ring0 and ring3 tasks)
Thanks,
Gonzalo
OS Name : GZistem
Contact: [email protected]
Description: A simple 32bits operating system done in C
Web site: http://gzistem.com.ar
Status: Under development
Features:
* booting from floppy (no grub - fat12 formatted)
* 32-bit protected mode
* multitasking (ring0 and ring3 tasks)
Thanks,
Gonzalo
Visit https://gzalo.com : my web site with electronic circuits, articles, schematics, pcb, calculators, and other things related to electronics.
-
- Member
- Posts: 62
- Joined: Tue Feb 13, 2007 10:46 am
Re: OS Project list
It is finally time to list my OS project in the list. There appears to be another os project with a very similar name though. I started this project in 2004.
Doors OS is my hobby os project. This will be a multi-tasking 32-bit pmode OS. I am still learning the design stuff for this. I started a website at www.doors-software.com. Let me know what you guys think. I don't have any downloads yet but hopefully I will have some up. But that all depends on how busy this deployment keeps me and how well the internet connection works.
Doors OS is my hobby os project. This will be a multi-tasking 32-bit pmode OS. I am still learning the design stuff for this. I started a website at www.doors-software.com. Let me know what you guys think. I don't have any downloads yet but hopefully I will have some up. But that all depends on how busy this deployment keeps me and how well the internet connection works.
I have an 80386SX 20MHz 2MB RAM.
It is my testbed platform. Only has the 3.5" and 5.25" floppy drives.
It is my testbed platform. Only has the 3.5" and 5.25" floppy drives.
Re: OS Project list
My beta 0.2 version of Patricknet is taking longer than i thought. Good to see some people are a head of me