In other words... none of my posts.stevewoods1986 wrote:Well, the post suggesting C and GRUB.Schol-R-LEA wrote:And if you pardon my need for external validation, I was specifically wondering what, if anything, you thought of my explanation of x86 segmented memory here. I don't know if it was something you were actually having trouble with or not, but it was clear that I and most of the other posters were having some
At no point in this thread did I tell you to use GRUB - I explained, later on, why the others were recommending it, but I never told you to use it. And at no point did I mention C. Unless it was in a previous thread, I can't find anything that even resembles telling you to use C (I never would - I don't intend to use C myself, why would I recommend it to others?). I may have said that you need to be able to read C code, as most of the examples are in C, but that's it.
Unless you mean this post, but that wasn't in C - it was in Fast Assembler, because I had you mixed up with another poster who was using that. The equivalent struc in NASM would be:
Code: Select all
struc text_cell
.char db 1
.attrib db 1
end struc
I also gave a recommendation on which C compiler for real mode you could use, but that was in the thread actually discussing mixing C and assembly language for your printing test.
The specific post I was linking to? Didn't even discuss boot loaders. It was on how memory works in the x86. Now, you might, as I said, know the subject well enough already, but I wasn't sure, which is why I wrote that post. The fact that others - including myself - were getting turned around when discussing how to set up the segments for the loaded sectors gave me reason to think you could use the refresher, too.
Seriously, this is honestly looking like you are trolling. I am pretty sure that's not your intent, but there's some real communication problems if you aren't, and if nothing else I'd like to know what I am doing wrong so I can fix the problem.
Mike? confused I don't know which poster you are talking about.stevewoods1986 wrote:I think what Mike is saying could be worth a try. Now my next problem is integers