| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops. Remove some debugging code used to display a hexdump of the sector | jhb | 2000-07-17 | 1 | -66/+3 |
* | Unbreak the build -- no manual page for this yet. | jlemon | 2000-07-17 | 1 | -1/+1 |
* | Hook up liloldr | jlemon | 2000-07-17 | 1 | -0/+1 |
* | This is `liloboot', which creates a file which can be treated like a | jlemon | 2000-07-17 | 3 | -0/+372 |
* | The new and improved boot0, v1.1. This version adds the following: | jhb | 2000-07-12 | 2 | -74/+213 |
* | Remove commented out NOMAN variable. | jhb | 2000-07-07 | 1 | -1/+0 |
* | - Inline all the functions that are only called once. This results in a | jhb | 2000-07-06 | 2 | -228/+214 |
* | Doh. The disklabel is not 0x200 bytes of zeros, but it is 0x200 bytes long. | jhb | 2000-07-06 | 2 | -2/+2 |
* | Clarify the comments in here a bit. The first sector of boot2 is not just | jhb | 2000-07-06 | 2 | -4/+4 |
* | Emulate the WBINVD instruction when it is called by the BIOS. | jhb | 2000-07-06 | 2 | -12/+30 |
* | Change the fault message to say 'BTX halted' isntead of 'System halted' to | jhb | 2000-06-29 | 2 | -2/+2 |
* | Rework the detecting of the rdmsr and wrmsr instructions in the v86 | jhb | 2000-06-29 | 2 | -14/+14 |
* | - Don't blindly assume that there are 8 hard drives installed. Instead, | jhb | 2000-06-27 | 1 | -10/+37 |
* | Comment this. | jhb | 2000-06-26 | 1 | -5/+36 |
* | Add in support for EDD to support large disks via LBA. This uses a | jhb | 2000-06-26 | 4 | -46/+48 |
* | Comment this bad boy. Hopefully the next person that comes along won't | jhb | 2000-06-19 | 2 | -58/+196 |
* | - Add some more details to the 'lsdev' output for FAT file systems. | jhb | 2000-06-19 | 1 | -27/+83 |
* | Add support for emulating the RDMSR and WRMSR instructions into BTX. In | jhb | 2000-06-17 | 2 | -4/+48 |
* | Delay calling the device cleanup routines until the absolute last | ps | 2000-06-14 | 4 | -0/+4 |
* | Treat \t and \n inside /boot.config as whitespaces. | ru | 2000-06-13 | 2 | -4/+4 |
* | Bump loader version due to copyin, copyout, setenv&cia. | dcs | 2000-06-07 | 1 | -0/+1 |
* | Convert the short stub of real-mode code into 16-bit assembly. | jhb | 2000-05-24 | 2 | -22/+22 |
* | Grrr, fix a silly 'movl' -> 'movw' typo in both pxeldr and cdldr. Also, | jhb | 2000-05-23 | 7 | -13/+4 |
* | Clean up some more 16-bit code and get rid of more m4 macros. | jhb | 2000-05-23 | 3 | -83/+27 |
* | Clean up all of the 16-bit assembly code in the x86 bootstrap to work | jhb | 2000-05-23 | 16 | -869/+564 |
* | This file got repo-copied to common/. | dcs | 2000-05-19 | 1 | -756/+0 |
* | Move man page directives to common/Makefile.inc. | dcs | 2000-05-19 | 1 | -2/+0 |
* | Make corrections to allow for Alpha. | dcs | 2000-05-18 | 1 | -4/+4 |
* | Remove metion of the 'magic options.' Apparently PXE doesn't require the | dwhite | 2000-05-09 | 1 | -14/+1 |
* | Switch to using the .code16 as(1) directive and using 16-bit assembly | jhb | 2000-05-05 | 2 | -63/+138 |
* | Remove the static heap. It is unknown why it was needed in the | ps | 2000-05-05 | 1 | -10/+0 |
* | Make documentation on recently added heap? command reflect reality. | dcs | 2000-05-04 | 1 | -2/+2 |
* | Add "heap?" to loader's man page. | dcs | 2000-05-04 | 1 | -0/+3 |
* | Further improve ordering. | dcs | 2000-05-04 | 1 | -4/+4 |
* | Sort entries in FreeBSD-specific FICL commands. | dcs | 2000-05-04 | 1 | -14/+14 |
* | Add man page for pxeboot. | dwhite | 2000-05-02 | 2 | -1/+132 |
* | Wrap the failure warnings around PXE_DEBUG in the cleanup routine. | ps | 2000-05-01 | 1 | -3/+9 |
* | Update loader logic to distinguish modules vs. files. | bp | 2000-05-01 | 8 | -77/+77 |
* | Fall back to /pxeroot as the location of the NFS exported directory | ps | 2000-04-29 | 1 | -10/+4 |
* | Teach the loader about the ext2fs filesystem, extended partitions, and | jlemon | 2000-04-29 | 2 | -118/+208 |
* | Make PXE do a dhcp request to find out where its files are. The | ps | 2000-04-27 | 1 | -15/+36 |
* | Don't report errors when we UDP_WRITE fails with a status of 1. | ps | 2000-04-27 | 1 | -1/+3 |
* | Now that we are compiling PXE into libi386, we don't need ../libi386 in | jhb | 2000-04-26 | 1 | -1/+0 |
* | Bring support in for Intel Wired for Management 1.1 (PXE 0.99 and | ps | 2000-04-26 | 2 | -45/+96 |
* | Don't disable interrupts when calling a vm86 mode interrupt or routine | jhb | 2000-04-26 | 2 | -4/+4 |
* | Move the building of the PXE module into libi386. | ps | 2000-04-21 | 2 | -3/+6 |
* | Make the loader a little smarter about when it is and is not allowed | ps | 2000-04-21 | 1 | -3/+8 |
* | Don't call the PXE cleanup routine if PXE is not enabled. This | ps | 2000-04-21 | 1 | -2/+8 |
* | Add a cleanup function. This is needed for PXE where you should | ps | 2000-04-20 | 2 | -7/+14 |
* | Use !PXE api over PXENV+ api. | ps | 2000-04-19 | 3 | -18/+106 |