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:
parent
3cf41abf2e
commit
8fb602b8ee
5 changed files with 20 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue