hobby bird <[EMAIL PROTECTED]> [2002-11-27 22:21:48 +0800]:
> I use GRUB to boot my computer.When I use 'more' to see the file 
> '/boot/boot.b',I can only see ununderstandable code on my screen.I try to 
> quit the session,but the whole screen became ununderstandable code.the only 
> way to recovery is to logout or reboot.
>       It's very appreciated if i can relove the problem with your help.

/boot/boot.b is a file of machine code.  It is binary data and would
not normally be output to a terminal.  Your terminal reads escape
sequences and may be placed into unusual modes when trying to display
random binary data.  You should probably avoid doing that in the
future.  boot.b would not be meaningful unless you were to disassemble
it into human readable assembly language anyway.

It may be possible to reset the terminal.  It depends upon exactly
what type of terminal you are using.  If you were back to the command
prompt, typing 'reset' may do it.

Bob


_______________________________________________
Bug-fileutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-fileutils

Reply via email to