Subversion Repositories Kolibri OS

Rev

Rev 419 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 419 Rev 420
Line 123... Line 123...
123
 
123
 
Line 124... Line 124...
124
align 16
124
align 16
125
.main:
125
.main:
126
	   save_ring3_context
126
	   save_ring3_context
127
	   mov	 bx, os_data
127
           mov   bx, app_data  ;os_data
128
	   mov	 ds, bx
128
	   mov	 ds, bx
129
	   mov	 es, bx
129
	   mov	 es, bx
Line 130... Line 130...
130
 
130
 
131
	   mov ebx, [irq_tab+eax*4]
131
	   mov ebx, [irq_tab+eax*4]