index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added debugging statements
Michael Brown
2007-01-08
1
-1
/
+19
*
Added missing includes
Michael Brown
2007-01-08
1
-0
/
+3
*
Added missing declarations
Michael Brown
2007-01-08
1
-0
/
+3
*
Added missing include
Michael Brown
2007-01-08
1
-0
/
+2
*
Split UNDI load/unload out into undiload.c.
Michael Brown
2007-01-08
2
-0
/
+203
*
Remove obsolete includes
Michael Brown
2007-01-08
1
-3
/
+0
*
Separated out UNDI ROM location code into undirom.c, and use struct
Michael Brown
2007-01-08
2
-0
/
+285
*
Use "struct undi_device" instead of "struct pxe_device", and use the
Michael Brown
2007-01-08
3
-151
/
+208
*
Renamed undi.c to undinet.c. (undi.c will become the UNDI PCI driver)
Michael Brown
2007-01-08
1
-0
/
+0
*
Obsolete
Michael Brown
2007-01-08
1
-178
/
+0
*
Remove accidentally checked-in code
Michael Brown
2007-01-07
1
-5
/
+0
*
Move START_UNDI, UNDI_STARTUP, UNDI_INITIALIZE and
Michael Brown
2007-01-07
1
-58
/
+324
*
Remember to enable/disable the interrupt at the PIC.
Michael Brown
2007-01-07
1
-13
/
+27
*
Remove redundant debug message
Michael Brown
2007-01-05
1
-1
/
+0
*
UNDI loader routine now works
Michael Brown
2007-01-05
1
-5
/
+22
*
Added PnP BIOS scanning code, separated out from the UNDI driver
Michael Brown
2007-01-05
2
-0
/
+122
*
Fixed typo
Marty Connor
2007-01-05
1
-1
/
+1
*
Partial implementation of UNDI loader caller.
Michael Brown
2007-01-05
2
-4
/
+90
*
Add PXE driver-scanning code, capable of locating all PXE ROMs in a system
Michael Brown
2007-01-05
1
-0
/
+223
*
Renamed undi_net.c to undi.c.
Michael Brown
2007-01-04
1
-0
/
+0
*
Obsolete; net driver functionality is now in undi_net.c and bus driver
Michael Brown
2007-01-04
1
-1453
/
+0
*
Added PXE bus driver (with support only for using PXE structures found
Michael Brown
2007-01-04
2
-0
/
+690
*
Obsolete
Michael Brown
2007-01-04
1
-93
/
+0
*
This file is no longer used
Michael Brown
2007-01-04
1
-22
/
+0
*
Ripped out everything except the ability to send EOI to the PIC.
Michael Brown
2007-01-04
2
-360
/
+71
*
Add as a separate file so that we can do "make bin/xxxx.kpxe" rather than
Michael Brown
2007-01-04
1
-0
/
+7
*
Don't automatically call gateA20_set() when returning from a real-mode
Michael Brown
2007-01-04
1
-5
/
+7
*
Engage brain: since when was zero >= 0x80 ?
Michael Brown
2006-12-21
1
-1
/
+1
*
Some BIOSes return 0xe0 for extended characters. Just assume that
Michael Brown
2006-12-21
1
-1
/
+1
*
Return ANSI sequences for special keys
Michael Brown
2006-12-21
1
-6
/
+80
*
Prevent NULL from ever pointing to some real code or data. (This was
Michael Brown
2006-12-20
2
-0
/
+10
*
Optimise bios_putchar for speed(!) by avoiding two separate real-mode
Michael Brown
2006-12-19
1
-11
/
+16
*
Add basic ANSI escape sequence support to BIOS console
Michael Brown
2006-12-18
1
-1
/
+139
*
Fix building on gas versions that don't auto-insert addr32 prefixes
Michael Brown
2006-12-12
1
-3
/
+3
*
Avoid draining the keyboard buffer during gateA20_set(). It shouldn't
Michael Brown
2006-12-05
1
-8
/
+10
*
We don't actually have a stdio.h header file. Our printf() functions are
Michael Brown
2006-09-27
6
-6
/
+0
*
added stdio.h to includes for DBG compilation
Marty Connor
2006-09-27
6
-0
/
+6
*
fix args to _disable routine
Marty Connor
2006-09-19
1
-2
/
+1
*
get rid of compile warnings (except intentionally generated ones)
Marty Connor
2006-09-14
1
-5
/
+5
*
fix DBG macro unknown variable
Marty Connor
2006-09-14
1
-5
/
+5
*
Added geometry-guessing code based on the partition table
Michael Brown
2006-09-09
2
-11
/
+91
*
Check to see if we've reached the end of the map before attempting to
Michael Brown
2006-08-31
1
-0
/
+5
*
Added support for INT 13,15; NTLDR calls it (though it may not
Michael Brown
2006-08-27
1
-0
/
+18
*
Added support for INT 13,15; NTLDR calls it (though it may not
Michael Brown
2006-08-27
1
-1
/
+20
*
Use TEXT16_CODE() rather than manually specifying ".code16" etc, since
Michael Brown
2006-08-24
1
-18
/
+14
*
Towards making KEEP_IT_REAL work again.
Michael Brown
2006-08-24
7
-33
/
+261
*
Both the !PXE and PXENV+ structures must be paragraph-aligned
Michael Brown
2006-08-09
1
-0
/
+2
*
Note to self: learn to count.
Michael Brown
2006-08-09
1
-3
/
+3
*
Added missing __from_text16()s when passing pointers to PXE NBP.
Michael Brown
2006-08-09
1
-1
/
+3
*
pxe_int_1a is needed by pxe_call.c
Michael Brown
2006-08-09
1
-0
/
+1
[prev]
[next]