Re: HLA & OS development



On Dec 9, 3:19 pm, NewbiZ <spamt...@xxxxxxxxxx> wrote:
I spent time on google trying to find articles about OS development
using HLA but i did not find anything useful. Does anyone have ever
read an article about this ?

HLA is not directly compiled, but it generates MASM assembler instead,
but i need to know if some people tried to use this generated code for
OS development, to have an idea of if it is possible.

As long as you write your boot loader code with a 16-bit assembler
(i.e., not HLA), everything else could be written with HLA. You will,
however, want to take a look at the following article:

http://webster.cs.ucr.edu/AsmTools/HLA/HLADoc/HTMLDoc/DoingUnits.html

.