Search found 3 matches
- Fri Dec 12, 2008 3:15 pm
- Forum: Assembly Language
- Topic: Second-Stage Bootloader Bug
- Replies: 3
- Views: 77598
I can't put in an org statement. I already have one in the first-stage bootloader. I'm assembling both the first and second stage into a single binary*, and NASM won't accept two org statements. I've tried replacing the cs with the right memory segment value: mov ax, 1000h Since that's where the fir...
- Thu Dec 11, 2008 5:00 pm
- Forum: Assembly Language
- Topic: Second-Stage Bootloader Bug
- Replies: 3
- Views: 77598
Second-Stage Bootloader Bug
Hi. I'm building a second-stage bootloader. I want it to display a "hello world" message. My problem is that it doesn't. I've made two versions of the program. The first displays the message with some garbage characters before it, the second does not display it at all. Both programs are fairly simpl...
- Thu Dec 11, 2008 4:32 pm
- Forum: Article Feedback
- Topic: Teaching Material
- Replies: 1
- Views: 44279
Teaching Material
Hi I'm new... I'll be teaching a course on OS this winter, and while there are more than a few well-made textbook on the theory, I've been hard-put finding practical material. Then I came accross your tutorials. They are amazing! I hope no one will mind if I use some of them (with additional materia...