Re: Protected Mode:
I have a valid gdt and idt setup, however when I try to execute my
C-code after switching the 32-bit protected code, it looks like the CPU
You did follow with a far jump to the CS selector where your C code
resides in right?
Without that far jump to flush to IP queue ... youll still be executing
16 bit code
Either that or your ICE is preventing you from switching modes ...
.
Relevant Pages
- Re: Cross Thread Calls
... > worker thread to put messages on a queue. ... In the same way windows' UI works. ... In windows both SendMessages and PostMessages do thread switching. ... (microsoft.public.dotnet.languages.csharp) - Sleeping Processes
... individual programs that are each attached to their own queue. ... While the queues are waiting, the processes are in a SLEEP mode (going by ... and then back to sleeping. ... is there any amount of time involved in switching from ... (Tru64-UNIX-Managers) - Re: Printing sticks after half a page
... It diagnoses a printer queue problem and will clear out the queue but the printer remains frozen and no more/new jobs will print. ... Windows Vista Enthusiast ... machine or switching the printer on and off. ... problems I did a fresh install of Vista a couple of months ago - this ... (microsoft.public.windows.vista.print_fax_scan) - Re: [PATCH 1/1] indirect function calls elimination in IO scheduler
... >> you cannot ref count a statically embedded structure. ... For every _non_ stacked queue there is an elevator_t structure attached. ... the switching being one of them. ... send the line "unsubscribe linux-kernel" in ... (Linux-Kernel) - Re: ruby thread newbie problem
... I am trying to have two Threads process the ... the contents of Queue, instead of both Threads. ... very fine grained thread switching and higher throughput). ... (comp.lang.ruby) |
|