+ 2
How to program in assembly language in x86 structure ?
i want to make a small bootable os for which I need to know more about how to write code in assembly x86 language and which assembler to use for this.
5 Antworten
+ 6
Assembly Resources
https://www.sololearn.com/discuss/847683/?ref=app
+ 1
I have no idea what I’m doing with assembly, but here is a PDF explaining how to make an OS:
https://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf
It requires you to know basic assembly, but mostly C or C++.
+ 1
i had this already but thanks
+ 1
https://www.whoishostingthis.com/resources/os-development/
This starts with all topics you need to know and ends with walkthroughs for OS development
0
this is the only pdf on os development on net