| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix other Makefile braindeadnesssyslinux-1.66-pre1 | hpa | 2001-12-17 | 1 | -1/+1 |
* | Fix quoting problem in Makefile | hpa | 2001-12-17 | 1 | -2/+2 |
* | Clean up gcc version dependencies, mostly related to asm() statements. | hpa | 2001-12-17 | 9 | -35/+57 |
* | Make a valiant, and probably futile, attempt to free memory aftersyslinux-1.65 | hpa | 2001-12-16 | 4 | -5/+194 |
* | Document geometry limits.syslinux-1.65-pre13 | hpa | 2001-12-15 | 1 | -3/+7 |
* | Preserve DL except for the rather few calls for which DL is part of the | hpa | 2001-12-15 | 1 | -10/+38 |
* | Minor cleanups | hpa | 2001-12-15 | 2 | -36/+75 |
* | DOS now boots floppy and harddisk, but something is still amiss...syslinux-1.65-pre12 | hpa | 2001-12-15 | 3 | -72/+54 |
* | Be even more anal... | hpa | 2001-12-14 | 2 | -19/+159 |
* | Correct the computation of the various termssyslinux-1.65-pre11 | hpa | 2001-12-14 | 1 | -7/+7 |
* | Use the correct drive number variable, please... | hpa | 2001-12-14 | 1 | -4/+3 |
* | Correctly handle very large kernel images and very large ramdisks. | hpa | 2001-12-14 | 3 | -88/+88 |
* | Make "make install" actually install all the things that shouldsyslinux-1.65-pre10 | hpa | 2001-12-13 | 1 | -2/+8 |
* | Print a copyright string in memdisk; clean up the handling of dates | hpa | 2001-12-13 | 3 | -12/+18 |
* | Nonsense change because it makes me feel bettersyslinux-1.65-pre9 | hpa | 2001-12-13 | 1 | -2/+2 |
* | Fix the command-line parser, compile with -Wall | hpa | 2001-12-13 | 3 | -14/+13 |
* | Support parsing the command line, and setting the geometry that way.syslinux-1.65-pre8 | hpa | 2001-12-12 | 5 | -43/+160 |
* | Don't count partitions for which type == 0 (no partition) | hpa | 2001-12-12 | 1 | -15/+17 |
* | We're doing better, now...syslinux-1.65-pre7 | hpa | 2001-12-12 | 1 | -12/+4 |
* | Clean up another annoying debugging message. | hpa | 2001-12-12 | 1 | -1/+0 |
* | Prune the error messages; examine the partition table for hard disk | hpa | 2001-12-12 | 1 | -36/+125 |
* | Make the memory configuration calls actually work properly, especiallysyslinux-1.65-pre6 | hpa | 2001-12-12 | 3 | -32/+32 |
* | Document at least the existence of memdisk.syslinux-1.65-pre5 | hpa | 2001-12-11 | 2 | -0/+59 |
* | Really build memdisk...syslinux-1.65-pre4 | hpa | 2001-12-11 | 1 | -2/+7 |
* | Fix syntax error | hpa | 2001-12-11 | 1 | -1/+1 |
* | List memdisk as OTHER so it'll get included in the release bundle | hpa | 2001-12-11 | 1 | -1/+1 |
* | Some makefile changes to account for memdisk | hpa | 2001-12-11 | 2 | -4/+9 |
* | Make the thing actually work!!! Yoo-hoo!!! | hpa | 2001-12-11 | 3 | -18/+25 |
* | Fix a couple of stack mishandling bugs... | hpa | 2001-12-11 | 1 | -6/+6 |
* | Checkpoint: many many changes, now successfully loads the | hpa | 2001-12-11 | 4 | -73/+110 |
* | Don't initialize the E820 map statically -- it's too big | hpa | 2001-12-11 | 3 | -7/+19 |
* | Checkpoint: add printf() for debugging, remove query of E881 (seems | hpa | 2001-12-11 | 9 | -110/+508 |
* | Move %fs initialization to assembly code; initialize %es explicitly. | hpa | 2001-12-10 | 2 | -10/+16 |
* | Hello, World now working...syslinux-1.65-pre3 | hpa | 2001-12-10 | 1 | -5/+11 |
* | Make sure we use calll/retl for the C code, so the stack frame layout | hpa | 2001-12-10 | 3 | -4/+7 |
* | Simple console I/O, mostly for debugging. | hpa | 2001-12-10 | 2 | -0/+72 |
* | Fix support for small pseudo-kernels. | hpa | 2001-12-10 | 5 | -4/+7 |
* | Add postprocessing to set the number of setup sectors. | hpa | 2001-12-10 | 2 | -1/+44 |
* | Add support for "pseudo-kernels" < 64K in size. | hpa | 2001-12-10 | 4 | -6/+44 |
* | Yet another snapshot. Now we can actually compile the sucker... | hpa | 2001-12-10 | 6 | -165/+462 |
* | Boot protocol version 2.03 support.syslinux-1.65-pre2 | hpa | 2001-12-10 | 4 | -8/+39 |
* | More work at patching and setup; load the boot sector when done | hpa | 2001-12-09 | 1 | -11/+46 |
* | Snapshot the work. | hpa | 2001-12-09 | 3 | -28/+174 |
* | Reinstate memdisk.asm | hpa | 2001-12-09 | 1 | -0/+418 |
* | Remove memdisk (moved into memdisk directory) | hpa | 2001-12-09 | 2 | -836/+0 |
* | Initial work for the in-memory disk emulator | hpa | 2001-12-09 | 8 | -0/+456 |
* | Update NEWS file; turn off tracers; add warning about broken BIOSes tosyslinux-1.65-pre1 | hpa | 2001-12-06 | 3 | -1/+12 |
* | ISOLINUX: Support booting from image files (if the BIOS works). | hpa | 2001-12-06 | 4 | -10/+215 |
* | More work on the memory disk image driver | hpa | 2001-12-06 | 2 | -10/+134 |
* | Document tftpd32 for Win32 systems. | hpa | 2001-11-26 | 1 | -0/+5 |