commit e9f89a1828e2e53fe590b32a5d64aa9f5946ed1c from: Benjamin Stürz date: Mon Oct 07 13:43:51 2024 UTC sys: remove useless port delay commit - 0f506373f15f67c731d7b80da73b274c3ff18751 commit + e9f89a1828e2e53fe590b32a5d64aa9f5946ed1c blob - 12db8b6bef90a4698f8c52f6f7869d6ff58f2e0f blob + 3dbaec696ece4ff0cec234fdfb731210b8d28049 --- sys/kernel.asm +++ sys/kernel.asm @@ -119,8 +119,6 @@ _entry: mov ds, ax mov es, ax mov ss, ax - - out 0x80, al ; initialize PIC outb_slow 0x20, 0x11 ; Start the initialization routine (in cascae mode)