aboutsummaryrefslogtreecommitdiff
path: root/tools/checkstack.py
AgeCommit message (Expand)AuthorFilesLines
2010-05-01Handle unknown function addresses in tools/checkstack.py.Kevin O'Connor1-17/+16
2010-05-01Simplify build by manually resolving external symbols in layoutrom.py.Kevin O'Connor1-1/+1
2010-03-09Improvements to tools/checkstack.py.Kevin O'Connor1-34/+113
2009-08-09Update tools/checkstack.py - new compilers set %ebp in preamble.Kevin O'Connor1-0/+3
2009-06-10checkstack.py should not match pushaw on stack usage check.Kevin O'Connor1-1/+1
2009-05-27Keep relocated 16bit code so checkstack can use it.Kevin O'Connor1-1/+1
2009-02-08Minor - rename BX_PANIC to panic.Kevin O'Connor1-2/+2
2009-01-01Switch to new stack when calling ATA function in 16bit mode.Kevin O'Connor1-2/+2
2008-10-26Misc minor cleanups.Kevin O'Connor1-2/+2
2008-07-13Change checkstack.py tool - key functions by address instead of name.Kevin O'Connor1-45/+48
2008-07-04Add hack to prevent checkstack.py from infinitely recursing (with bad input).Kevin O'Connor1-0/+1
2008-06-07Improvements to checkstack.py tool.Kevin O'Connor1-11/+34
2008-05-12Add tool to check stack usage of 16bit code.Kevin O'Connor1-0/+117