From 009bf82dbc55bb799fd492408f317bbd1dc45e5b Mon Sep 17 00:00:00 2001 From: okuji Date: Tue, 10 Oct 2000 17:48:57 +0000 Subject: [PATCH] Change "shit" to "mess". NOTE: Even the word "mess" is not still enough to represent how wrong and bad the Linux video support is, but I don't want to hear complaints from Linux fanatics any more. --- stage2/boot.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stage2/boot.c b/stage2/boot.c index 632761038..6269e1e66 100644 --- a/stage2/boot.c +++ b/stage2/boot.c @@ -263,7 +263,11 @@ load_image (char *kernel, char *arg, kernel_t suggested_type, But do you know there are >640KB conventional memory machines? */ if (mbi.mem_lower >= 608 && setup_sects < 60) { - /* Video mode selection support. What a shit! */ + /* Video mode selection support. What a mess! */ + /* NOTE: Even the word "mess" is not still enough to + represent how wrong and bad the Linux video support is, + but I don't want to hear complaints from Linux fanatics + any more. -okuji */ { char *vga;