Post subject: Re: [Tut] Making your own bootloader Posted: Mon Apr 23, 2012 5:43 pm
Amateur Beta Collector
Joined Thu Dec 22, 2011 2:51 pm
Posts 72
Favourite OS NeXTStep/OpenStep
Hi,
great tutorial. You can optimize loops by using the LOOP instruction. Especially in the Functions DrawOneLine and DrawTenLines. Don't forget to save CX when using in another function.
You should explain first two lines in more detail: BITS and ORG. They are essential for a working solution. Also try to explain the various interrupt functions in more detail !
Would you please provide the whole source as a downloadable file ? Would you please assemble the file as binary dump, so that members can try it on a real machine or in emulation ?
Maybe you can provide another example which actually reads sectors from disk and chainload to another partition's bootloader !
Always like Assembler Tutorial, makes the whole forum more interesting for me ! Hope that other tutorials in Assembler follow !
I'm sure that there are people at BetaArchive which like to learn Assembler, you should try to make it as clear and simple as possible.
Hope that helps and with regards, Martin
_________________ Collector of old Windows SDKs (or generally of rare SDKs). My collection could be accessed here.
Post subject: Re: [Tut] Making your own bootloader Posted: Wed Apr 25, 2012 6:13 pm
Amateur Beta Collector
Joined Thu Dec 22, 2011 2:51 pm
Posts 72
Favourite OS NeXTStep/OpenStep
fixed doesn't mean that djmati11's version doesn't work, my version is just a little bit optimized variant of the original. From the functionality point of view, its exactly the same !
_________________ Collector of old Windows SDKs (or generally of rare SDKs). My collection could be accessed here.
Post subject: Re: [Tut] Making your own bootloader Posted: Tue Jul 17, 2012 5:41 am
Newbie Beta Collector
Joined Tue Jul 17, 2012 4:47 am
Posts 36
Favourite OS Windows NT 3.1
I have a laptop which can access a CD-ROM via a parallel port only after installing DOS drivers. Is there any way to use something like this to boot from the CD after DOS has loaded?
Users browsing this forum: No registered users and 1 guest
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
All views expressed in these forums are those of the author and do not necessarily represent the views of the BetaArchive site owner.