1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[mbr] use 80x25:16 text mode rather than 640x480:16 VGA mode

* This should produce the same output while improving compatibility with systems that have a broken VGA implementation.
* Also fix an LD error with newer gcc toolchains.
This commit is contained in:
Pete Batard 2022-07-04 15:08:55 +01:00
parent 3cf41abf2e
commit 8fb602b8ee
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
5 changed files with 20 additions and 26 deletions

View file

@ -1,7 +1,7 @@
#
# This file is part of the Rufus project.
#
# Copyright (c) 2012 Pete Batard <pete@akeo.ie>
# Copyright (c) 2012-2022 Pete Batard <pete@akeo.ie>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@ -24,8 +24,7 @@ CC = gcc
LD = ld
OBJDUMP = objdump
OBJCOPY = objcopy
CFLAGS = -m32
LDFLAGS = -nostartfile
CFLAGS = -m32 -nostartfiles -nodefaultlibs
BOCHS = "C:/Program Files/Bochs/bochsdbg.exe"
.PHONY: all clean