Edge OS

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
User avatar
overburn
Member
Member
Posts: 50
Joined: Sun Feb 22, 2009 9:15 am

Edge OS

Post by overburn »

Well, I got started in this world of os design and decided to make my own os. You can find it on the site in my sig (might not be available 100% of the time, i'm running it on home pc). Atm it does nothing except print a few strings. But that is expected to change soon.
One Tequila, Two Tequila, Three Tequila, Floor!
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: Edge OS

Post by Troy Martin »

The image is too small to use in Virtual Floppy Drive. Pad it out to 1474560 bytes so it's a real 1.44 MB floppy.

All it does in VirtualBox is print 5 lines of text on a blue screen. I'm assuming that's it.
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
User avatar
nekros
Member
Member
Posts: 391
Joined: Wed Mar 05, 2008 9:10 pm
Contact:

Re: Edge OS

Post by nekros »

Advice, don't post a download to your os until it actually does something interesting. Otherwise people don't really care that about it. Anyway, hope you get somewhere with it!
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
User avatar
neon
Member
Member
Posts: 1567
Joined: Sun Feb 18, 2007 7:28 pm
Contact:

Re: Edge OS

Post by neon »

It works at least :D Cant wait to see the next update ;)
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Re: Edge OS

Post by earlz »

hey! nice work getting something to boot!

Is this open source? and I'd like to see more info on the eventual design...

btw, if you ever need some source code control, you can PM me for a SVN repo from my server...
User avatar
Steve the Pirate
Member
Member
Posts: 152
Joined: Fri Dec 15, 2006 7:01 am
Location: Brisbane, Australia
Contact:

Re: Edge OS

Post by Steve the Pirate »

I didn't try it, but don't you have a Grub menu entry for your OS in the image... It'd be a lot easier than telling people to enter commands at the boot menu...
My Site | My Blog
Symmetry - My operating system.
User avatar
overburn
Member
Member
Posts: 50
Joined: Sun Feb 22, 2009 9:15 am

Re: Edge OS

Post by overburn »

yeah well i'm giving up grub
i'll make my own bootloader.. might be a valuable experience :D
One Tequila, Two Tequila, Three Tequila, Floor!
Post Reply