Well, i found some other free OSs online too.
What compiler are you using?
I am using A86, a compiler that is almost like TASM, but is kind of free (well it is not exactly free, but i assume so ).
Are you starting from absolute scratch?
Yes, i am starting from scratch, and this is getting way too hard (From the begining).
My orignal idea was to make only the basics in Assembly, and then do the real work in C, but i still didn't figure out how to make the whole thing (problems with the fact that the C libraries that i have are made for Win !)
Do you have a plan of what you want or what you fantasise?
You wouldn't believe how simply my fantasy is so far !
I only want to load a background, be able to identify a pointing utility (and the keyboard), and drawing a cursor on screen

, can you think of anything simpler ?
Are you serious or is this just a laugh?
Till now it is only a kind of test, a way to gain some experience in those stuff.
But i am planning someday to make totally customized OSs, or maybe make OSs that run certain hardware (only made for my OSs), so that people will
have to use my OS with that hardware (tricky, right ?

)
I am really a beginner in assmebly, so i have a little question.
How can i load a file without using the interrupter 21h ?
Cause as you know INT 21h depends on DOS, therefore i cannot use it

.
Thanks.