diff --git a/Asuro.iso b/Asuro.iso index 7796ab73..f3dc52f5 100644 Binary files a/Asuro.iso and b/Asuro.iso differ diff --git a/bin/kernel.bin b/bin/kernel.bin index 26dcf6ae..97818d42 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 26dcf6ae..97818d42 100755 Binary files a/iso/boot/asuro.bin and b/iso/boot/asuro.bin differ diff --git a/lib/asuro.ppu b/lib/asuro.ppu index 3fd3c830..c0e7876f 100644 Binary files a/lib/asuro.ppu and b/lib/asuro.ppu differ diff --git a/lib/libpconsole.a b/lib/libpconsole.a index fd404903..eaa913ad 100644 Binary files a/lib/libpconsole.a and b/lib/libpconsole.a differ diff --git a/lib/libpmultiboot.a b/lib/libpmultiboot.a index 16ea690f..8595a4ee 100644 Binary files a/lib/libpmultiboot.a and b/lib/libpmultiboot.a differ diff --git a/lib/libpsystem.a b/lib/libpsystem.a index 197f78e4..da8e240a 100644 Binary files a/lib/libpsystem.a and b/lib/libpsystem.a differ diff --git a/lib/terminal.ppu b/lib/terminal.ppu index ac79b854..bf3d91b6 100644 Binary files a/lib/terminal.ppu and b/lib/terminal.ppu differ diff --git a/src/terminal.pas b/src/terminal.pas index 0b926ed5..e9b01338 100644 --- a/src/terminal.pas +++ b/src/terminal.pas @@ -388,8 +388,7 @@ begin success:= success AND Serial.Send(uint8('R'), COM1, 100000); success:= success AND Serial.Send(uint8('L'), COM1, 100000); success:= success AND Serial.Send(uint8('D'), COM1, 100000); - success:= success AND Serial.Send(10, COM1, 100000); - success:= success AND Serial.Send(0, COM1, 100000); + success:= success AND Serial.Send(uint8(10), COM1, 100000); if success then begin console.writestringlnWND('Send Success!', TERMINAL_HWND); end else begin