Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
2 Posted Topics
Re: protected mode
[QUOTE=dan63043;483445][code] ; far jump (cs = selector of code segment) jmp cs:@pm @pm: ; Now we are in PM.[/code] The point here is to force the assembler to use a far jump. For some assemblers, unfortunately, this requires:[/QUOTE] Hi, I can't make it out how the far jump works out. …
Hi, I am pretty new with assembly so please bear with me if this question sounds stupid :) I am teaching myself OS development from resources of the web. I came across this tutorial [URL="http://osdever.net/bkerndev/Docs/gdt.htm"]here[/URL] which talks about setting up GDT. I don't really get it when it is to …
The End.
koyi