Has any hobbyist attempted to make a simple VGA-graphics based operating system in machine code?
Posted
by
Bigyellow Bastion
on Programmers
See other posts from Programmers
or by Bigyellow Bastion
Published on 2012-12-13T22:42:27Z
Indexed on
2012/12/13
23:19 UTC
Read the original article
Hit count: 338
x86
I mean real bare bones, bare machine here(no Linux kernel, pre-existing kernel, or any bootloader).
I mean honestly write the bootloading software in direct microarchitecture-specific machine opcode, host the operating system, interrupts, I/O, services, and graphical software and all hardware interaction, computation, and design entirely in binary.
I know this is quite the leap here, but I was thinking to practice first in x86 assembly (not binary) 16-bit style.
Any ideas?
© Programmers or respective owner