mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-29 00:34:10 +02:00
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:
parent
511646b03f
commit
1e98a86033
@ -168,13 +168,5 @@ typedef struct {
|
|||||||
/* Allow default alignment from now on */
|
/* Allow default alignment from now on */
|
||||||
#include <algndflt.h>
|
#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
|
#endif
|
||||||
|
|
||||||
|
@ -1477,7 +1477,7 @@ void FAR * KernelAlloc(size_t nBytes, char type, int mode)
|
|||||||
{
|
{
|
||||||
/* prealloc */
|
/* prealloc */
|
||||||
lpTop = MK_FP(FP_SEG(lpTop) - nPara, FP_OFF(lpTop));
|
lpTop = MK_FP(FP_SEG(lpTop) - nPara, FP_OFF(lpTop));
|
||||||
p=AlignParagraph(lpTop);
|
p = AlignParagraph(lpTop);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -37,6 +37,7 @@ production: ..\bin\$(TARGET).sys
|
|||||||
copy kernel.map ..\bin\$(TARGET).map
|
copy kernel.map ..\bin\$(TARGET).map
|
||||||
|
|
||||||
kernel.sys: kernel.exe ..\utils\exeflat.exe
|
kernel.sys: kernel.exe ..\utils\exeflat.exe
|
||||||
|
dir kernel.exe
|
||||||
$(XUPX) kernel.exe
|
$(XUPX) kernel.exe
|
||||||
..\utils\exeflat kernel.exe kernel.sys 0x60 -S0x10 -S0x8B $(UPXOPT)
|
..\utils\exeflat kernel.exe kernel.sys 0x60 -S0x10 -S0x8B $(UPXOPT)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user