Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. oconnellb

    low-level os-independent disk access

    Hey recluse, I was in a similar situation a couple months ago while I was creating my own OS... I learned some stuff in the process. First of all, you may want to consider what you want out of this. Do you want an actual useful Operating System or is it just a small project you're doing? I had...
  2. oconnellb

    variable and pointer on the same line

    How is PORTB a register? It sounds like a memory location to me where you are storing a value. I'm not exactly what your calling method is trying to do but I'm guessing you are looking to use one call statement to be able to call the correct place based on the value of i... Correct? Well, you...
  3. oconnellb

    Assembly and C

    I am working on creating my own operating system and I've written it all in Assembly so far and for debugging reasons I want to rewrite some of it in C. The problem is that I'm not very experienced with C and I need to be able to link my assembly code with my C code in a way that allows me to...

Part and Inventory Search

Back
Top