git-svn-id: https://spexeah.com:8443/svn/Asuro@726 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								bin/kernel.bin
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								bin/kernel.bin
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lib/E1000.ppu
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lib/E1000.ppu
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lib/asuro.ppu
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lib/asuro.ppu
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lib/libpsystem.a
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lib/libpsystem.a
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lib/shell.ppu
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lib/shell.ppu
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lib/terminal.ppu
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lib/terminal.ppu
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -421,9 +421,11 @@ begin | |||||||
|     status:= readCommand($C0); |     status:= readCommand($C0); | ||||||
|     if (status AND $04) > 0 then begin |     if (status AND $04) > 0 then begin | ||||||
|         startLink(); |         startLink(); | ||||||
|     end else if (Status AND $10) > 0 then begin |     end; | ||||||
|  |     if (Status AND $10) > 0 then begin | ||||||
|         //Good Threshold |         //Good Threshold | ||||||
|     end else if (Status AND $80) > 0 then begin |     end; | ||||||
|  |     if (Status AND $80) > 0 then begin | ||||||
|         handleReceive(); |         handleReceive(); | ||||||
|     end;  |     end;  | ||||||
|     //Clear the INT on the Device First by using write-1 |     //Clear the INT on the Device First by using write-1 | ||||||
|   | |||||||
| @@ -9,14 +9,14 @@ const | |||||||
|      VERSION_SUB   = '1'; |      VERSION_SUB   = '1'; | ||||||
|      REVISION      = '677'; |      REVISION      = '677'; | ||||||
|      RELEASE       = 'ia'; |      RELEASE       = 'ia'; | ||||||
|      LINE_COUNT    = 28124; |      LINE_COUNT    = 28115; | ||||||
|      FILE_COUNT    = 90; |      FILE_COUNT    = 90; | ||||||
|      DRIVER_COUNT  = 32; |      DRIVER_COUNT  = 32; | ||||||
|      FPC_VERSION   = '2.6.4'; |      FPC_VERSION   = '2.6.4'; | ||||||
|      NASM_VERSION  = '2.10.09'; |      NASM_VERSION  = '2.10.09'; | ||||||
|      MAKE_VERSION  = '3.81'; |      MAKE_VERSION  = '3.81'; | ||||||
|      COMPILE_DATE  = '12/05/18'; |      COMPILE_DATE  = '12/05/18'; | ||||||
|      COMPILE_TIME  = '10:36:59'; |      COMPILE_TIME  = '11:08:14'; | ||||||
|   |   | ||||||
| implementation | implementation | ||||||
|   |   | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 kieron
					kieron