| It is currently Thu Sep 09, 2010 4:41 am |
|
All times are UTC |
Moderator: Andyhhp
|
Page 1 of 1 |
[ 5 posts ] |
| Print view | Previous topic | Next topic |
| Author | Message |
|---|---|
|
Site Admin Joined: Sat Oct 20, 2007 7:58 pm Posts: 359 |
Hello everyone,
During the next week you may see some updates to the OS Development Series. These updates include making the series easier to navigate, additional changes to the chapters themselves, bug reports and fixes, and some other changes while the next series full revision gets implemented. If you have any suggestions to make the series better, please feel free to let us know so we can impliment it during the upgrades! _________________ Lead Programmer for BrokenThorn Entertainment, Co. Website: http://www.brokenthorn.com Email: webmaster@brokenthorn.com |
| Sat Jul 25, 2009 12:44 am |
|
|
Joined: Sat Aug 08, 2009 2:14 pm Posts: 5 |
hi....
I am learning a lot from these tutorials....thanks.. In os dev series tutorial-4 (bootloader2) in the last code given (boot1.asm) there should be Code: int 0x12 Code: int 0x16 |
| Sat Aug 08, 2009 7:29 pm |
|
|
Moderator
Joined: Tue Oct 23, 2007 10:05 am Posts: 311 Location: 127.0.0.1 |
No
In that case, int 0x12 is correct. Its a one off bios function for getting the details of low memory. For the other memory retreival fucntions, int 0x15 is used. ~Andrew [EDIT] O wait I see what you mean. Yes - the code should use int 0x12 not int 0x16. Int 0x16 is for keyboard interration through the BIOS _________________
|
| Sun Aug 09, 2009 11:21 am |
|
|
Joined: Sat Aug 08, 2009 2:14 pm Posts: 5 |
Hey......
I am saying int 12 is correct. It is int 16 that got printed there (in the very last big program). it is a typo error .i just thought to bring it to ur notice in upgradation |
| Sun Aug 09, 2009 12:27 pm |
|
|
Site Admin Joined: Sat Oct 20, 2007 7:58 pm Posts: 359 |
Hello,
Yes that is an error, sorry about that In revision 2 I may just remove those parts from the chapter completely sense they are unrelated to what the chapter discusses. _________________ Lead Programmer for BrokenThorn Entertainment, Co. Website: http://www.brokenthorn.com Email: webmaster@brokenthorn.com |
| Sun Aug 09, 2009 3:42 pm |
|
|
Page 1 of 1 |
[ 5 posts ] |
Who is online |
Users browsing this forum: No registered users and 0 guests |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum |