Michael Brown
|
e42eba4af4
|
Use a common base-memory packet buffer for DHCP construction (as used
by PXE and NBI) and UNDI packets (as used by undinet and UNDI).
|
18 years ago |
Michael Brown
|
0d9b3e2dd2
|
Add 32-bit support.
Generate DHCP data block for images.
|
19 years ago |
Michael Brown
|
5578d3b2de
|
Support 32-bit (linear) NBI images. We don't yet provide a bootp data
block, so first32.c dies immediately.
|
19 years ago |
Michael Brown
|
b9f99858ab
|
Make the getmemsize() prototype available in memsizes.h, for code that
doesn't want to go to the hassle of processing a full memory map.
|
19 years ago |
Michael Brown
|
797edf28b7
|
Replace image->entry with image->priv.
|
19 years ago |
Michael Brown
|
3bdbfe1f00
|
Mostly updated. Won't work yet.
|
19 years ago |
Michael Brown
|
4fc9333159
|
Move include/image.h to include/gpxe/image.h
|
19 years ago |
Michael Brown
|
3634e705b7
|
Remove osloader.c and replace with a prep_segment() that uses userptr_t
and get_memmap() in image/segment.c
|
19 years ago |
Michael Brown
|
190276a8b6
|
NBI is due for removal
|
19 years ago |
Michael Brown
|
d8e99bf28f
|
Gave up on adding POSIX errno's as required, and just added (almost) all
of them in one go.
EBADIMG has been replaced by ENOEXEC, and EIMGRET by ECANCELED.
|
19 years ago |
Michael Brown
|
832e86246b
|
gcc is rather over-aggressive about optimising out static data structures
even when __atribute__ (( unused )) is correctly set...
|
19 years ago |
Michael Brown
|
783e9ca396
|
Added doxygen comments and errno values.
|
20 years ago |
Michael Brown
|
205a7ad5e0
|
Moved NBI support to nbi.c, modified to work with new load mechanism
|
20 years ago |