git-svn-id: https://spexeah.com:8443/svn/Asuro@354 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.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								lib/libpsystem.a
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lib/libpsystem.a
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -95,7 +95,7 @@ begin | ||||
|             console.writeint(i); | ||||
|             console.writestring(') '); | ||||
|             console.writestringln(Drv^.Driver_Name); | ||||
|             console.writestring('['); | ||||
|             console.writestring('   ['); | ||||
|             writeBusType(Drv^.Identifier^.Bus); | ||||
|             console.writestring(' - ID:'); | ||||
|             console.writeHex(Drv^.Identifier^.id0); | ||||
| @@ -134,7 +134,7 @@ begin | ||||
|         if Drv^.Loaded then console.writestring('L'); | ||||
|         console.writestring(') '); | ||||
|         console.writestringln(Drv^.Driver_Name); | ||||
|         console.writestring('['); | ||||
|         console.writestring('   ['); | ||||
|         writeBusType(Drv^.Identifier^.Bus); | ||||
|         console.writestring(' - ID:'); | ||||
|         console.writeHex(Drv^.Identifier^.id0); | ||||
| @@ -171,7 +171,7 @@ begin | ||||
|         console.writeint(i); | ||||
|         console.writestring(') '); | ||||
|         console.writestringln(Dv^.Device_Name); | ||||
|         console.writestring('['); | ||||
|         console.writestring('   ['); | ||||
|         writeBusType(Dv^.Identifier^.Bus); | ||||
|         console.writestring(' - ID:'); | ||||
|         console.writeHex(Dv^.Identifier^.id0); | ||||
| @@ -191,7 +191,7 @@ begin | ||||
|         end; | ||||
|         console.writestringln(']'); | ||||
|         if Dv^.Driver_Loaded then begin | ||||
|             console.writestring('   -- Driver Loaded: '); | ||||
|             console.writestring('   Driver Loaded: '); | ||||
|             if Dv^.Driver <> nil then begin | ||||
|                 console.writestringln(Dv^.Driver^.Driver_Name); | ||||
|             end else begin | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 kieron
					kieron