IDE Tutorial

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
i586coder
Member
Member
Posts: 143
Joined: Sat Sep 20, 2008 6:43 am

Re: IDE Tutorial

Post by i586coder »

hmmm, what is "Quafios" any way :!:
Distance doesn't make you any smaller,
but it does make you part of a larger picture.
User avatar
iocoder
Member
Member
Posts: 208
Joined: Sun Oct 18, 2009 5:47 pm
Libera.chat IRC: iocoder
Location: Alexandria, Egypt | Ottawa, Canada
Contact:

Re: IDE Tutorial

Post by iocoder »

Quafios is my operating system! it's a shortcut to "Quick and Flexible Operating System".
User avatar
i586coder
Member
Member
Posts: 143
Joined: Sat Sep 20, 2008 6:43 am

Re: IDE Tutorial

Post by i586coder »

don't get me wrong, but this is tremendous work for student in school i guess :shock:
Distance doesn't make you any smaller,
but it does make you part of a larger picture.
User avatar
iocoder
Member
Member
Posts: 208
Joined: Sun Oct 18, 2009 5:47 pm
Libera.chat IRC: iocoder
Location: Alexandria, Egypt | Ottawa, Canada
Contact:

Re: IDE Tutorial

Post by iocoder »

Do you know?
I'm 16 years old in a secondary school.
User avatar
i586coder
Member
Member
Posts: 143
Joined: Sat Sep 20, 2008 6:43 am

Re: IDE Tutorial

Post by i586coder »

are you team or one person in your OS project, for me it took about 1 year to write my UNEXT/os kernel and other stuff like standard C lib its look like DOS but it is multi tasking with custom basic interpreter to create application for GUI

whats about you :lol:
Distance doesn't make you any smaller,
but it does make you part of a larger picture.
User avatar
iocoder
Member
Member
Posts: 208
Joined: Sun Oct 18, 2009 5:47 pm
Libera.chat IRC: iocoder
Location: Alexandria, Egypt | Ottawa, Canada
Contact:

Re: IDE Tutorial

Post by iocoder »

i'm one person in my OS Project, I started it since i went into the secondary school, but really i took about 4 years learning computer and programming before starting in Quafios.
it wasn't called Quafios, it was called "FOS", and was written in Assembly language, under real mode environment. then i stopped that and started to use Linux and GCC, and started the project again from scratch with the name "Quafios", Quafios now consists of 3 parts:

- Memory Manager:
Which allows the kernel to manage the memory and reserve spaces for applications and
device drivers and Memory Manager also controls GDT.

- Device Manager:
Which controls ISA & PCI Devices and their Device Drivers.

- Volume Manager:
Which controls volumes in the system, they are 26 volumes "A:" to "Z:", and there is a volume "*:" or "~:" which takes you to system volume.

I'm now writing VFAT driver for Quafios, and then i will start in Task Manager, which shall manage GUI, Tasks, and Windows.
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Re: IDE Tutorial

Post by earlz »

This actually looks like something that would be on a mythical programming.wikipedia.org.. I think I like the pictures even if they aren't all that relevant lol
User avatar
iocoder
Member
Member
Posts: 208
Joined: Sun Oct 18, 2009 5:47 pm
Libera.chat IRC: iocoder
Location: Alexandria, Egypt | Ottawa, Canada
Contact:

Re: IDE Tutorial

Post by iocoder »

I think I like the pictures even if they aren't all that relevant lol
i wanted to put pictures of me, lol
arjo129
Posts: 21
Joined: Mon May 03, 2010 10:19 pm
Location: Asia, Planet Earth, Solar system, Milky way

Re: IDE Tutorial

Post by arjo129 »

Nice tutorial. I'm 14 years began OSdeving at the age of 12. joined this forum at the age of 13 and released my first kernel. Personally I think this should be under the tutorials section.
Zephirum OS- Super secure http://code.google.com/p/zephirum-server/
Number of blue screens of death I have seen: 19
Number of apple OS X kernel panics I have seen: 2
Number of linux kernel panics I have seen: 0
shikhin
Member
Member
Posts: 274
Joined: Sat Oct 09, 2010 3:35 am
Libera.chat IRC: shikhin
Contact:

Re: IDE Tutorial

Post by shikhin »

arjo129 wrote:Nice tutorial. I'm 14 years began OSdeving at the age of 12. joined this forum at the age of 13 and released my first kernel. Personally I think this should be under the tutorials section.
I think it would rather be foolish to open up a dead thread, just to show off your age? Also, if you haven't noticed, the OP has already posted it up here: http://wiki.osdev.org/IDE :D

Regards,
Shikhin
http://shikhin.in/

Current status: Gandr.
Post Reply