Page 37 of 262

Re: What does your OS look like? (Screen Shots..)

Posted: Sat Oct 24, 2009 1:14 pm
by i586coder
Hi OS fellows

and nice work, i see this topic will expand to infinity,
so it's my turn to show you what is my OS look like

note: this is my UNEXT/os 16bit turbo c OS (dead project)
, and currently im working on 32bit micro kernel using GCC

Re: What does your OS look like? (Screen Shots..)

Posted: Sat Oct 24, 2009 1:21 pm
by i586coder
and also UNEXT/os has simple GUI based on script like this

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Oct 25, 2009 5:55 pm
by smeezekitty
@i586coder
why did you stop development on such a good looking OS?

Re: What does your OS look like? (Screen Shots..)

Posted: Mon Oct 26, 2009 3:11 am
by chibicitiberiu
Image
This is great, I finally managed to make a Hello world OS that works with GRUB boot loader.

Re: What does your OS look like? (Screen Shots..)

Posted: Mon Oct 26, 2009 7:55 am
by bgraybr
smeezekitty wrote:@i586coder
why did you stop development on such a good looking OS?
He said that it was 16-bit and written in turbo C, thats probably why.

Re: What does your OS look like? (Screen Shots..)

Posted: Mon Oct 26, 2009 10:22 am
by i586coder
first thanx smeezekitty
bgraybr wrote: He said that it was 16-bit and written in turbo C, thats probably why.
well you guess, (real mode compiler specifications) maybe :roll:

..., i stop my UNEXT/os project because it use UNREAL-MODE and you can't do much things with this mode except full access to all memory in linear address in easy way. :wink:

so the code segment still 16bit (maximum 1MB) for kernel. #-o

The other thing TC isn't too bad to create tiny machine code but its kind of killing :twisted: since the compiler it self buggy :shock: ,but it was awesome :mrgreen: experiment to build my operating system in non-traditional way,and learned how difficult was coding operating system in the past with low ability computers , and i think i did it :P

the best choice is GCC and i think everybody know why 8)

CheerS,
a.T.d

Re: What does your OS look like? (Screen Shots..)

Posted: Mon Oct 26, 2009 2:36 pm
by smeezekitty
since the compiler it self buggy
you noticed? i have had the compiler general protection fault LOL.
as for my OS...working on it.

Code: Select all

Please visit :
 . http://bochs.sourceforge.net
 . http://www.nongnu.org/vgabios

Bochs VBE Display Adapter enabled

Bochs BIOS - build: 06/07/09
$Revision: 1.231.2.1 $ $Date: 2009/06/07 07:49:09 $
Options: apmbios pcibios eltorito


Press F12 for boot menu.

Booting from Floppy...
BnL ver 0.1
Starting kernel
Enter password:tupe
Password incorrect
Enter password:test_password
JOHNS_KERNEL:x
Executing program : x
0
Program not found.
JOHNS_KERNEL:

D-OS v -1

Posted: Mon Oct 26, 2009 3:25 pm
by Cent
My first attempt to write anything in assembly (This may be the wrong place to start but I like challenges :D ).
currently the OS loads a GDT, switches to Protected mode, loads a TSS descriptor to a TSS, sets up a stack and segment registers, clears the screen and write the sting "Welcome to D-OS v -1" as well as every printable character to the screen. Interrupts are bluntly ignored.

At least I made it to the hello world of OS development, in two weeks without any prior knowledge to assembly and very little experience in computer development in general (I did read a book about C++, boy it sucked).

EDIT: WTF, I 100% sure I posted this as a new topic in the Announcements, Test Requests, & Job openings sub forum, I even saw the topic with 4 views and no replies in that forum. How did it end up here? and can this post moved back to the place I originally posted it?

Re: What does your OS look like? (Screen Shots..)

Posted: Mon Oct 26, 2009 4:27 pm
by pcmattman
The Pedigree team hasn't posted a screenshot in a while, so here's one showing the latest incarnation of our text user interface.

Re: What does your OS look like? (Screen Shots..)

Posted: Mon Oct 26, 2009 4:36 pm
by f2
pcmattman wrote:The Pedigree team hasn't posted a screenshot in a while, so here's one showing the latest incarnation of our text user interface.
Great work! This OS is one of my favorites.
I also like the boot screen: http://pedigree-project.org/pics/pedigree_loading.png :wink: .

Re: What does your OS look like? (Screen Shots..)

Posted: Mon Oct 26, 2009 11:28 pm
by eddyb
Tommy wrote:
pcmattman wrote:The Pedigree team hasn't posted a screenshot in a while, so here's one showing the latest incarnation of our text user interface.
Great work! This OS is one of my favorites.
I also like the boot screen: http://pedigree-project.org/pics/pedigree_loading.png :wink: .
You'd like to know it's themable. the default one is dark blue now :).

Re: What does your OS look like? (Screen Shots..)

Posted: Tue Oct 27, 2009 2:12 am
by Combuster
I should find a working digital camera to make some screenshots (you can't ctrl+printscreen real hardware :( )

Re: What does your OS look like? (Screen Shots..)

Posted: Tue Oct 27, 2009 2:30 am
by jal
Combuster wrote:I should find a working digital camera to make some screenshots (you can't ctrl+printscreen real hardware :( )
Unless, of course, you hack together a hook in your keyboard driver :). Or, less difficult, run in an emulator or virtual machine.


JAL

Re: What does your OS look like? (Screen Shots..)

Posted: Tue Oct 27, 2009 2:49 am
by i586coder
Combuster wrote:I should find a working digital camera to make some screenshots (you can't ctrl+printscreen real hardware :( )
well i had no choice since, my ps2 mouse driver can't work on any emulator except real hardware :!: ...

so i used digital camera to show you some windowing :idea:

Re: What does your OS look like? (Screen Shots..)

Posted: Tue Oct 27, 2009 2:52 am
by Combuster
jal wrote:Or, less difficult, run in an emulator or virtual machine.
Which obviously doesn't have the features I want to show off :wink: