search for: bab3d6a

Displaying 1 result from an estimated 1 matches for "bab3d6a".

Did you mean: bab346fa
2009 Mar 01
0
[PATCH 1/3] COMBOOT API: Improve readdir
...at all costs (preferably, it's cast in stone). I may, down the road, look at how to return a date in another register but I also see that as acceptable as it doesn't change existing behavior, thereby breaking existing code. diff --git a/core/comboot.inc b/core/comboot.inc index 2ff5f33..bab3d6a 100644 --- a/core/comboot.inc +++ b/core/comboot.inc @@ -1092,7 +1092,7 @@ comapi_readdir: mov si,P_SI call readdir mov P_EAX,eax - mov P_DL,dl + mov P_DX,dx mov P_EBX,ebx mov P_SI,si ret diff --git a/core/ldlinux.asm b/core/ldlinux.asm index a24f396..bb5bf14 100644 --- a/core/l...