Remove unused intr prototype for resident code; add dir kernel.exe (TE),

cosmetic p=A -> p = A (TE).


git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1316 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2007-05-15 17:48:47 +00:00
parent 511646b03f
commit 1e98a86033
3 changed files with 2 additions and 9 deletions

View File

@ -168,13 +168,5 @@ typedef struct {
/* Allow default alignment from now on */
#include <algndflt.h>
/*
* Invoke interrupt "intnr" with all registers from *pr loaded
* into the processor registers (except: SS, SP,& flags)
* On return, all processor registers are stored into *pr (including
* flags).
*/
void ASMCFUNC intr(int intnr, iregs * const pr);
#endif

View File

@ -1477,7 +1477,7 @@ void FAR * KernelAlloc(size_t nBytes, char type, int mode)
{
/* prealloc */
lpTop = MK_FP(FP_SEG(lpTop) - nPara, FP_OFF(lpTop));
p=AlignParagraph(lpTop);
p = AlignParagraph(lpTop);
}
else
{

View File

@ -37,6 +37,7 @@ production: ..\bin\$(TARGET).sys
copy kernel.map ..\bin\$(TARGET).map
kernel.sys: kernel.exe ..\utils\exeflat.exe
dir kernel.exe
$(XUPX) kernel.exe
..\utils\exeflat kernel.exe kernel.sys 0x60 -S0x10 -S0x8B $(UPXOPT)