[Assembly] Printing text without any int
Posted: Sun Sep 23, 2012 1:46 pm
Hi all,
I've began to write an operating system in assembly.
My boot sector loads my kernel (written in assembly) at address 0x1000.
In protected mode there are no interrupts so we must write in video memory (0xB8000).
But I don't know how to create a function that can prints text.
I just don't know how to get the text in RAM and copy it in the video RAM...
Don't be scared about my (very) bad English, that's because I'm french
Thank you
A young 14 Y.O. beginner
I've began to write an operating system in assembly.
My boot sector loads my kernel (written in assembly) at address 0x1000.
In protected mode there are no interrupts so we must write in video memory (0xB8000).
But I don't know how to create a function that can prints text.
I just don't know how to get the text in RAM and copy it in the video RAM...
Don't be scared about my (very) bad English, that's because I'm french
Thank you
A young 14 Y.O. beginner