OS Development Series
Moderator:Moderators
hi guys,
just wonder when will the next tutorial is on?
Thanks
just wonder when will the next tutorial is on?
Thanks
Hey,
Please see <a href="http://www.brokenthorn.com/forums/viewt ... =109">this topic</a> about the same question
Basically we have found portability problems with the boot loader program and kernel design. The old boot loader program can crash on certain hardware and devices.
We are updating the series from scratch to insure everything is up to date and contains the new 2nd stage boot loader and new kernel design and code. I am hoping everything will be updated (With a new tutorial) within the next 2 weeks or so. It should be updated before then though.
Please see <a href="http://www.brokenthorn.com/forums/viewt ... =109">this topic</a> about the same question

Basically we have found portability problems with the boot loader program and kernel design. The old boot loader program can crash on certain hardware and devices.
We are updating the series from scratch to insure everything is up to date and contains the new 2nd stage boot loader and new kernel design and code. I am hoping everything will be updated (With a new tutorial) within the next 2 weeks or so. It should be updated before then though.
When we upload another "setting up a compiler" tutorial, all demos will be updated with multiple versions of the download links for different compiliers.
The source code itself is planned to remain the same across all compiliers. Any code that is specific to a compiler will be hidden behind the preprocessor (ie; We are currently using _MSC_VER alot as its defined by MSVC++). I am hoping to limit this as much though.
---
All major updates are done for the series.
The source code itself is planned to remain the same across all compiliers. Any code that is specific to a compiler will be hidden behind the preprocessor (ie; We are currently using _MSC_VER alot as its defined by MSVC++). I am hoping to limit this as much though.
---
All major updates are done for the series.