source: bootcd/isolinux/syslinux-6.03/com32/cmenu/HISTORY

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 715 bytes
Line 
1
2GCC & 32-bit code
3-----------------
4Due to the limitations of the COM file format,
5(64KB limit on memory footprint) the code has been changed
6so that the code compiles to a 32-bit COMBOOT program.
7Since the code makes use of BIOS calls, this code cannot be
8compiled into a format which can execute under Linux. As a
9side effect, there is no nice way to debug this code. In order
10to debug this code, you will have to run the code under syslinux.
11
12GCC & 16-bit code
13-----------------
14The code was ported to GCC by Peter Anvin.
15
16OpenWatcom & 16-bit code
17------------------------
18Originally this code was written for the Openwatcom compiler
19and generated .COM files, which could execute under DOS as well as
20SYSLINUX.
Note: See TracBrowser for help on using the repository browser.