
thx if its possible
P.S. ive tried this http://www.invalidsoftware.net/os/?the_id=11, but it didnt work with grub... what loader do i need to load that c++ kernel?
Code: Select all
cli
hlt
Code: Select all
@loop:
hlt
jmp @loop
Code: Select all
.loop
hlt
jmp loop
Code: Select all
int 19h
Code: Select all
mov ah, 0
int 16h
If you make the assumption that most beginners will be starting on x86/wintel systems, then I think it'd be useful to have a 'Getting Started' section which can briefly cover the basics of x86 pc hardware. That is, cpu modes, booting, interrupts, keyboard, mouse, vga, ata, floppy.carbonBased wrote:I asked before, but no one responded -- if there's any tutorial topics that people would find useful, please post them here.