Re: HLA & OS development
- From: "Wolfgang Kern" <spamtrap@xxxxxxxxxx>
- Date: Mon, 10 Dec 2007 02:11:25 +0100
"NewbiZ" asked:
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 ?
Never heard and hardly ever will :)
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.
OS development needs a tool which is able to create mixed 16/32-bit code.
AFAIK HLA converts its source to GAS/MASM/FASM to compile it then there.
You can use GAS, FASM or NASM or even MASM without this detour,
because all these famous LIBs will not fit in an new OS anyway.
__
wolfgang
.
- References:
- HLA & OS development
- From: NewbiZ
- HLA & OS development
- Prev by Date: HLA & OS development
- Next by Date: Re: HLA & OS development
- Previous by thread: HLA & OS development
- Next by thread: Re: HLA & OS development
- Index(es):