I was just wondering if anyone could help me out I wanted to create my own simple OS just as a hobbyist project and a learning experience. But I was wondering a few things I know I need to create the boot sector in asm but I want to makeeverything else in C++. So i was wondering if anyone knew how I could execute a .com file I make with c++ with my asm program that is in the boot sector. And after I create the boot sector where should I go from there thanx for any help

Kas2002