Search found 1 match
- 20 Jun 2014, 08:26
- Forum: Troubleshooting and Problems
- Topic: attempted DOS system call INT .COMBOOT image too large.
- Replies: 0
- Views: 71797
attempted DOS system call INT .COMBOOT image too large.
I was not getting an error at console when trying to use the software. I captured this with tcpdump. From what I have gathered it is failing on comboot.c on a size check. 302 /* Sanity check for filesize */ 303 if( image->len >= 0xFF00 ) { 304 DBGC( image, "COMBOOT %p: image too large\n", 305 image ...