Register IV 1 and 3 per default
This commit is contained in:
		
							parent
							
								
									dcbb719488
								
							
						
					
					
						commit
						e6e75082e3
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		|  | @ -39,9 +39,17 @@ str_product: | ||||||
| optrom_init: | optrom_init: | ||||||
|   push cs |   push cs | ||||||
|   pop es |   pop es | ||||||
|  | 
 | ||||||
|  |   mov di, isr_debug | ||||||
|  |   mov ax, 0x1 | ||||||
|  |   call intr_register | ||||||
|  |   mov ax, 0x3 | ||||||
|  |   call intr_register | ||||||
|  | 
 | ||||||
|   mov di, start |   mov di, start | ||||||
|   mov ax, 0x18 |   mov ax, 0x18 | ||||||
|   call intr_register |   call intr_register | ||||||
|  | 
 | ||||||
|   retf |   retf | ||||||
| 
 | 
 | ||||||
| putc: | putc: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue