diff --git a/Asuro.iso b/Asuro.iso index 21f54ae6..7d01d3c0 100644 Binary files a/Asuro.iso and b/Asuro.iso differ diff --git a/bin/kernel.bin b/bin/kernel.bin index 64d9999b..15b76f65 100755 Binary files a/bin/kernel.bin and b/bin/kernel.bin differ diff --git a/iso/boot/asuro.bin b/iso/boot/asuro.bin index 64d9999b..15b76f65 100755 Binary files a/iso/boot/asuro.bin and b/iso/boot/asuro.bin differ diff --git a/lib/E1000.ppu b/lib/E1000.ppu index 930e0ddd..3c649f25 100644 Binary files a/lib/E1000.ppu and b/lib/E1000.ppu differ diff --git a/lib/libpconsole.a b/lib/libpconsole.a index af92642a..99c16cc8 100644 Binary files a/lib/libpconsole.a and b/lib/libpconsole.a differ diff --git a/lib/libpmultiboot.a b/lib/libpmultiboot.a index d7c449d0..df1b3284 100644 Binary files a/lib/libpmultiboot.a and b/lib/libpmultiboot.a differ diff --git a/lib/libpsystem.a b/lib/libpsystem.a index 4e0e0805..1f3a5c68 100644 Binary files a/lib/libpsystem.a and b/lib/libpsystem.a differ diff --git a/src/driver/network/E1000.pas b/src/driver/network/E1000.pas index 555218ef..a5839a43 100644 --- a/src/driver/network/E1000.pas +++ b/src/driver/network/E1000.pas @@ -449,8 +449,8 @@ begin writeCommand($5200 + i*4, 0); end; - IDT.set_gate(32 + PCI_Info^.interrupt_line, uint32(@fire), $08, ISR_RING_0); - enableInturrupt(); + //IDT.set_gate(32 + PCI_Info^.interrupt_line, uint32(@fire), $08, ISR_RING_0); + //enableInturrupt(); rxinit(); txinit();