where is that time?  what i see in l.s

        MOVL    $_startpg(SB), AX               /* this is a virtual address */
        MOVL    DX, CR0                         /* turn on paging */
        JMP*    AX                              /* jump to the virtual nirvana 
*/

perhaps i am missing it, but i don't see any point in the code
where there's a problem.  the two instructions that do the switch
access only registers.

- erik

Reply via email to