What does your OS look like? (Screen Shots..)
Re: What does your OS look like? (Screen Shots..)
ROSS as of now:
Current work on a OS: SauOS (project homepage: http://code.google.com/p/sauos/)
- Firestryke31
- Member
- Posts: 550
- Joined: Sat Nov 29, 2008 1:07 pm
- Location: Throw a dart at central Texas
- Contact:
Re: What does your OS look like? (Screen Shots..)
My latest version of Socks:
It also has an "exit" command, which shuts down the computer. It runs in real mode, and I'm working on adding some stuff to let me do interesting things, like menus.
It also has an "exit" command, which shuts down the computer. It runs in real mode, and I'm working on adding some stuff to let me do interesting things, like menus.
Owner of Fawkes Software.
Wierd Al wrote: You think your Commodore 64 is really neato,
What kind of chip you got in there, a Dorito?
Re: What does your OS look like? (Screen Shots..)
Woo! I can post here lol
This is some commands: (note "Int Test" is done by an interrupt from a paged-user-mode task.)
and then there is the help menu
I'm making a release as soon as it can load programs from a ramdisk.. lol
This is some commands: (note "Int Test" is done by an interrupt from a paged-user-mode task.)
and then there is the help menu
I'm making a release as soon as it can load programs from a ramdisk.. lol
Re: What does your OS look like? (Screen Shots..)
I have not posted here for awhile so why not?
My systems current images can be found here (Clicky).
The system has been rewritten from scratch sense my last post in this thread and contains a bit of functionality that I have yet to release images of (Well, except the bootloaders internal command parser and OS loading splash screen, that is.) Oh, and there is no OSInit.exe anymore, its OSLoad.exe. The bootloader image is a little dated.
My systems current images can be found here (Clicky).
The system has been rewritten from scratch sense my last post in this thread and contains a bit of functionality that I have yet to release images of (Well, except the bootloaders internal command parser and OS loading splash screen, that is.) Oh, and there is no OSInit.exe anymore, its OSLoad.exe. The bootloader image is a little dated.
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();}
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: What does your OS look like? (Screen Shots..)
@neon: You need to release some stuff soon or your OS will be more ghost-like than 01000101's!
@Firestryke31: Nice to see your OS and font working!
@Firestryke31: Nice to see your OS and font working!
- Firestryke31
- Member
- Posts: 550
- Joined: Sat Nov 29, 2008 1:07 pm
- Location: Throw a dart at central Texas
- Contact:
Re: What does your OS look like? (Screen Shots..)
Too bad it's way bigger than the 512 bytes I originally wanted, but oh well. I'm currently looking for a 16-bit C compiler that, when compiled/assembled in 16 bits, is less than 64KB. I can probably get a 16-bit assembler working, and if I can't get a text editor working then I should be shot, but a 64KB 16-bit C compiler is just a bit too complex for me. Too bad the only one I found was written for some obscure assembler with strange versions of the op-codes.
Owner of Fawkes Software.
Wierd Al wrote: You think your Commodore 64 is really neato,
What kind of chip you got in there, a Dorito?
Re: What does your OS look like? (Screen Shots..)
Patience is always niceTroy Martin wrote:@neon: You need to release some stuff soon or your OS will be more ghost-like than 01000101's!
Thing is that I am very much into the design of the system so things change sometimes. Its all for the best though; it just makes the release date longer though.
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: What does your OS look like? (Screen Shots..)
Are we tantalising people now with screenshots of OS's that sort of exist but have no real releases?
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: What does your OS look like? (Screen Shots..)
Yes, it's painful to see something better than your OS but not be able to try it out.JamesM wrote:Are we tantalising people now with screenshots of OS's that sort of exist but have no real releases?
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
Re: What does your OS look like? (Screen Shots..)
Not possible. That would end the universe.@neon: You need to release some stuff soon or your OS will be more ghost-like than 01000101's!
-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
Re: What does your OS look like? (Screen Shots..)
A screenshot of my multitasking realmode OS.
http://code.google.com/p/rmmtos/ - Real Mode MultiTasking Operating System
Re: What does your OS look like? (Screen Shots..)
Now if that isn't Eleanore Semaphore, I don't know what is.
Re: What does your OS look like? (Screen Shots..)
A couple more, fresh off the press...
What editor did that come from?
Cheers,
James
What editor did that come from?
Cheers,
James
Re: What does your OS look like? (Screen Shots..)
man.. seeing all this makes me so anxious to get some "common" applications running on my OS.. but I feel like it is so far away.. well.. at this rate, a month or two before I can port a decent application like vi.. but I'm working on it!