Tutorials

Help us improve this website for you

Moderator:Moderators

Post Reply
zfos
Posts:13
Joined:Sat Nov 24, 2007 6:30 pm
Tutorials

Post by zfos » Sat Oct 03, 2009 10:24 pm

i would recommend making this os self-hosted (add compilers and a text editor) soon

great job so far!!

User avatar
Mike
Site Admin
Posts:465
Joined:Sat Oct 20, 2007 7:58 pm
Contact:

Re: Tutorials

Post by Mike » Mon Oct 05, 2009 3:52 am

Hello,

While that is a recommended option, that is also outside the scope of the series. It might be covered as an advanced chapter, but it cannot be a part of the main series.
Lead Programmer for BrokenThorn Entertainment, Co.
Website: http://www.brokenthorn.com
Email: webmaster@brokenthorn.com

zfos
Posts:13
Joined:Sat Nov 24, 2007 6:30 pm

Re: Tutorials

Post by zfos » Mon Oct 05, 2009 1:23 pm

works for me

are you going to cover the gcc based setup at all?

User avatar
Mike
Site Admin
Posts:465
Joined:Sat Oct 20, 2007 7:58 pm
Contact:

Re: Tutorials

Post by Mike » Mon Oct 05, 2009 10:27 pm

Hello,

The series was originally going to start with GCC as the primary target. However as the series progressed, I decided to just stay with Visual Studio for now until we get more into the series. Afterwords we can cover GCC.

So, yes, it is planned in the future. For now our focus is to complete the framework of the series first with our current tool chain. Afterwords we will work on porting to GCC and other tool chains. :)
Lead Programmer for BrokenThorn Entertainment, Co.
Website: http://www.brokenthorn.com
Email: webmaster@brokenthorn.com

zfos
Posts:13
Joined:Sat Nov 24, 2007 6:30 pm

Re: Tutorials

Post by zfos » Sun Oct 11, 2009 6:50 pm

ok
what is the current plan for the next few tutorials?
what is your plan for the main series (how far will it go? gui, porting apps, etc?)

User avatar
Mike
Site Admin
Posts:465
Joined:Sat Oct 20, 2007 7:58 pm
Contact:

Re: Tutorials

Post by Mike » Mon Oct 12, 2009 6:51 am

Hello,

Currently I am considering splitting the series into two parts: One will contain the main chapters, the second will contain advanced topics, such as VBE, VGA, Maybe some SVGA, HDD programming, CD programming, ATAPI, I have been suggested SATA if we can cover it all, and possibly DLLs, PE Resource support in the kernel and how to turn the current system into a true microkernel.

The main series may continue like this: ...DMA->VFS/FAT12 Filesystem->Process Loading and Management->Multitasking->User Land.

This is the current plan so far. Suggestions and ideas are welcome of course :)
Lead Programmer for BrokenThorn Entertainment, Co.
Website: http://www.brokenthorn.com
Email: webmaster@brokenthorn.com

Andyhhp
Moderator
Posts:387
Joined:Tue Oct 23, 2007 10:05 am
Location:127.0.0.1
Contact:

Re: Tutorials

Post by Andyhhp » Mon Oct 12, 2009 3:08 pm

This sounds like a good idea.

What would be the oppertunity for user submitted tutorials?

Specifically, for a hardware project, I had to write a PS2 driver: both the hardware and software components.

While the keyboard tutorial does teach how to retrieve the raw data from the keyboard controler, it misses many details about decoding the raw data.

If I were to format what I have in a sutable way, would you mind including it?

~Andrew
Image

User avatar
Mike
Site Admin
Posts:465
Joined:Sat Oct 20, 2007 7:58 pm
Contact:

Re: Tutorials

Post by Mike » Mon Oct 12, 2009 6:59 pm

Hello,

I would be more then happy to include it :D Because there is no easy way yet through the site to add resources, if anyone would like to add their own resources please feel free to email them to me and I will be sure to add them.
Lead Programmer for BrokenThorn Entertainment, Co.
Website: http://www.brokenthorn.com
Email: webmaster@brokenthorn.com

gj2007
Posts:1
Joined:Wed Apr 13, 2011 11:03 am

Re: Tutorials

Post by gj2007 » Wed Apr 13, 2011 11:06 am

Very nice and clear OS Tuto.

Thanks

Post Reply