Halp w/ assembly

dank69

Lifer
Oct 6, 2009
36,860
31,949
136
I've been messing around with assembly (for fun!) because I wanted to understand some of the fundamentals that go into making an OS.

First hit was a PDF I thought was a guide but turns out is a textbook, and an unfinished version at that. I've been able to get most of it to work so far, but I am stuck switching to 32-bit protected mode. Google shows a few results with people struggling with the exact same code from this textbook but their solutions are cryptic to a noob like me.

I'm using nasm and qemu.

asm16.asm:

Code:
org 0x7c00
mov bp, 0x9000
mov sp, bp
mov si, MSG_REAL_MODE
call print_line
call switch_to_pm
jmp $

%include "print_string.asm"
%include "gdt.asm"
%include "print_string_pm.asm"
%include "switch_to_pm.asm"

use32
BEGIN_PM:
mov esi, MSG_PROT_MODE
call print_string_pm
jmp $

HEX_OUT db '0x0000', 0
MSG_REAL_MODE db "Started in 16-bit Real Mode", 0
MSG_PROT_MODE db "Successfully landed in 32-bit Protected Mode", 0
times 510-($-$$) db 0
dw 0xaa55

switch_to_pm.asm:

Code:
use16
switch_to_pm:
mov si, MSG_SWITCHING
call print_line
mov dx, CODE_SEG
call print_hex
mov dx, init_pm
call print_hex
cli
lgdt [gdt_descriptor]
mov eax, cr0
or eax, 0x1
mov cr0, eax
jmp CODE_SEG:init_pm
use32
init_pm:
mov esi, MSG_1
call print_string_pm
mov ax, DATA_SEG
mov ds, ax
mov ss, ax
mov es, ax
mov fs, ax
mov gs, ax
mov ebp, 0x90000
mov esp, ebp
call BEGIN_PM
MSG_SWITCHING: db "Switching to 32-bit protected mode...", 0
MSG_1: db "Far jump completed", 0

gdt.asm:

Code:
gdt_start:
gdt_null:
dd 0x0
dd 0x0
gdt_code:
dw 0xffff
dw 0x0
db 0x0
db 10011010b
db 11001111b
db 0x0
gdt_data:
dw 0xffff
dw 0x0
db 0x0
db 10010010b
db 11001111b
db 0x0
gdt_end:
gdt_descriptor:
dw gdt_end - gdt_start - 1
dd gdt_start
CODE_SEG equ gdt_code - gdt_start
DATA_SEG equ gdt_data - gdt_start

I am able to print in 16-bit mode and the print_hex calls produce 0x0008 and 0x7CC3 for CODE_SEG and init_pm respectively. The call to print_string_pm does not work. Nothing seems to work after mov cr0, eax.

Any ideas? The Google results talk about org 0x7c00 causing problems but I can't decipher the solutions.
 

dank69

Lifer
Oct 6, 2009
36,860
31,949
136
Turns out there was nothing wrong with my code. It was making the far jump just fine. There was a problem in the print_string_pm.asm code which I finally figured out.

However, if anyone here has experience with assembly, I am having a problem with a different part of the tutorial. The tutorial gives an example of how to access a mechanical drive with sector/cylinder/head but I don't have a mechanical drive. I need to know how to adjust the code to read from a flash drive instead.
 
Last edited:
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |