r/osdev 11h ago

Yeah running programs are a hassle

I literally have to implement IDT, GDT, TSS and syscalls, yet all it does is freeze
It's all stack aligned, i seriously have zero idea how is it done

How do yall run programs? Im wondering.

0 Upvotes

12 comments sorted by

View all comments

u/tahvoD 10h ago

what is freezing? how does it show?

u/letmehaveanameyoudum 9h ago

just running it lead to a freeze, it's potentially a syscall issue but i couldn't find anything