Date: Wed, 28 Dec 2005 12:47:00 +0200 From: Vaida Bogdan <vaida.bogdan@gmail.com> To: freebsd-stable@freebsd.org Subject: Boot manager beep Message-ID: <12848a3b0512280247j14f4349ay6590823af36566c3@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
I installed 6.0 on my laptop and I hear a loud beep on every boot. I
searched the archives and found a patch but it still beeps.
# diff -ruN /sys/boot/i386/boot0/boot0.S.old /sys/boot/i386/boot0/boot0.S
--- /sys/boot/i386/boot0/boot0.S.old Tue Dec 27 03:07:35 2005
+++ /sys/boot/i386/boot0/boot0.S Tue Dec 27 03:08:33 2005
@@ -201,9 +201,7 @@
/*
* Start of input loop. Beep and take note of time
*/
-main.10: movb $ASCII_BEL,%al # Signal
- callw putchr # beep!
- xorb %ah,%ah # BIOS: Get
+main.10: xorb %ah,%ah # BIOS: Get
int $0x1a # system time
movw %dx,%di # Ticks when
addw _TICKS(%bp),%di # timeout
# cd /sys/boot/i386/boot0 && make && make install && reboot
The date changed on /boot/boot0 but at the beeping didn't stop.
Any suggestions?
- Vaida Bogdan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?12848a3b0512280247j14f4349ay6590823af36566c3>
