| Commit message (Expand) | Author | Age | Files | Lines |
| * | New mailing list informationsyslinux-1.67 | hpa | 2002-02-03 | 1 | -5/+5 |
| * | Handle bug in the alignment of the initrd.syslinux-1.67-pre1 | hpa | 2002-01-16 | 4 | -368/+277 |
| * | Be obnoxiously correct and set start_sys_seg to 0x1000. | hpa | 2002-01-02 | 1 | -1/+1 |
| * | Even better way to do the "kernel version string" pointer stuff | hpa | 2002-01-02 | 2 | -3/+30 |
| * | Do the version string pointer in the file header correctly. | hpa | 2002-01-02 | 2 | -13/+9 |
| * | Update copyright date, and change work-in-progress version to 1.67. | hpa | 2002-01-02 | 6 | -11/+14 |
| * | Code restructuring: common subroutine to load a file into high memory | hpa | 2001-12-23 | 4 | -267/+362 |
| * | 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 |