Don't quite understand..

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
davidR
Posts: 1
Joined: Tue Nov 22, 2005 12:00 am

Don't quite understand..

Post by davidR »

I've been following (a very good) tutorial on the internet - which is teaching me quite alot about low level access and assembly; eventually to lead me on to full-blown OS dev.

BUT: Part of the tutorial is missing, and it skips from assembly stuff, right into coding with c#/c.

What I would like to know, it how are the c#/c and the assembly 'linked' as such? How do they come together?
Last edited by davidR on Tue Nov 22, 2005 12:00 am, edited 1 time in total.
[/message]
boot_rom
Posts: 4
Joined: Tue Nov 22, 2005 12:00 am

Re: Don't quite understand..

Post by boot_rom »

not at all. assembler generates object files. same does c compiler. it's the linker that links the various object files together to an application, a library or - a kernel. btw i doubt that your osdev tutorial builds a kernel with c#. it's rather c++.
Post Reply