mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 20:31:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			149 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			149 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
| uses
 | |
| 	go32;
 | |
| 
 | |
| var
 | |
| 	r : trealregs;
 | |
| 
 | |
| begin
 | |
| 	r.ah := $30;
 | |
| 	r.al := $01;
 | |
| 	realintr($21, r);
 | |
| 	Writeln('DOS v', r.al,'.',r.ah, ' detected');
 | |
| end. | 
