Michael Brown
|
37f1b12587
|
Allow truly arbitrary debug levels to be specified via DEBUG=
|
hace 18 años |
Marty Connor
|
dd7e103d58
|
Make VERSION_MAJOR for gPXE be 0
|
hace 18 años |
Marty Connor
|
623f2e7b9d
|
Added bin/.blib.list to VERYCLEANUP so .bin directory is made empty
|
hace 18 años |
Michael Brown
|
763b7e2ef9
|
We now have just romprefix, rather than having isaprefix and pciprefix
|
hace 18 años |
Michael Brown
|
084f6b18f7
|
Exclude bin directory from tags generation.
Create something that might be usable as a symbol list for bochs'
internal debugger.
|
hace 18 años |
Michael Brown
|
1a44618859
|
Version increased to 5.5.0
|
hace 19 años |
Michael Brown
|
8e1d7b8a4a
|
doxygen.cfg also references ARCH
|
hace 19 años |
Michael Brown
|
8bf7902141
|
Added rules to generate documentation using doxygen
|
hace 19 años |
Michael Brown
|
0174310f38
|
Re-add the "etherboot.%" all-drivers image.
|
hace 19 años |
Michael Brown
|
88baf7a383
|
Tweaked to read more information (including symbol size) from blib.a
|
hace 19 años |
Michael Brown
|
81e4755106
|
Produce a sorted list of all local symbols in the map file.
|
hace 19 años |
Michael Brown
|
d281996ef8
|
Added DBG2
|
hace 19 años |
Michael Brown
|
2da3b7a38f
|
Added "make symcheck"
|
hace 19 años |
Michael Brown
|
c0239ebb03
|
Typo
|
hace 19 años |
Michael Brown
|
5abc43a320
|
"make bin/xxx DEBUG=yyy,zzz" now works seemingly perfectly. :)
|
hace 19 años |
Michael Brown
|
1cdb68d116
|
"make xxx DEBUG=yyy,zzz" now working, but the "up to date" message is
getting suppressed. :(
|
hace 19 años |
Michael Brown
|
cf79681b80
|
Fix BUILD_SERIAL.
Change from using #if to #ifdef, since #if can't cope with string
constants.
|
hace 19 años |
Michael Brown
|
b79895c9d6
|
Use mkconfig.pl to generate fragments from config.h
Don't use -MP to generate phony rules for included files, otherwise
make won't use the pattern rule for config/%.h. :(
|
hace 19 años |
Michael Brown
|
04a0de1c92
|
Generate phony targets, so that we don't get screwed by missing config
header files.
|
hace 19 años |
Michael Brown
|
ae36de3d80
|
Need to prevent intermediate targets from being deleted, otherwise the
trick with "touch -B 2" doesn't work because the file that we're
carefully timestamping just gets deleted anyway.
|
hace 19 años |
Michael Brown
|
a666eb34b5
|
Improved building of debugging objects. You can now specify a "DEBUG="
list for any build, e.g.
make bin/pnic.dsk DEBUG=pci,pnic
This will drag in debugging-enabled versions of pci.c and pnic.c.
|
hace 19 años |
Michael Brown
|
305daba48a
|
Always include compiler.h.
Add bin/%.rebuild rule to quickly force a rebuild of any file.
Add bin/%.o.dbg rule to build a debugging-enabled version of the object.
|
hace 19 años |
Michael Brown
|
eb8f730d63
|
Use pci_{vendor,device}_id instead of just pci_{vendor,device}, to avoid
conflict with pci_device function.
|
hace 19 años |
Michael Brown
|
0ff80b477d
|
Merged mcb30-realmode-redesign back to HEAD
|
hace 19 años |