Re: HLA & OS development
- From: Frank Kotler <spamtrap@xxxxxxxxxx>
- Date: Mon, 10 Dec 2007 02:18:29 GMT
NewbiZ 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 ?
There are a couple posts to the Yahoo AoAprogramming group on the subject.
HLA is not directly compiled, but it generates MASM assembler instead,
This is no longer true. (it *will* still optionally produce Masm code, but check the legality of using Masm for your OS)
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.
Not very "suitable". It won't do 16-bit code at all, so forget about a bootsector or "transition" (to pmode) code. You'll have to use GRUB or something (often recommended anyway).
The thing that makes HLA "special", besides the not-Intel-not-AT&T syntax, is the libraries. Port the library to your OS, and it might be useful...
Best,
Frank
.
- References:
- HLA & OS development
- From: NewbiZ
- HLA & OS development
- Prev by Date: Re: HLA & OS development
- Next by Date: Get the FAQs
- Previous by thread: Re: HLA & OS development
- Next by thread: Re: HLA & OS development
- Index(es):
Relevant Pages
|
|