Edge OS
Edge OS
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!
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: Edge OS
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.
All it does in VirtualBox is print 5 lines of text on a blue screen. I'm assuming that's it.
Re: Edge OS
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
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
Re: Edge OS
It works at least 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();}
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
Re: Edge OS
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...
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...
- Steve the Pirate
- Member
- Posts: 152
- Joined: Fri Dec 15, 2006 7:01 am
- Location: Brisbane, Australia
- Contact:
Re: Edge OS
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...
Re: Edge OS
yeah well i'm giving up grub
i'll make my own bootloader.. might be a valuable experience
i'll make my own bootloader.. might be a valuable experience
One Tequila, Two Tequila, Three Tequila, Floor!