048c87bbac
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@305 6ac86273-5f31-0410-b378-82cca8765d1b
14 lines
281 B
C
14 lines
281 B
C
/*
|
|
DYNDATA.C
|
|
|
|
this serves as a placeholder in the near data segment
|
|
|
|
alll data herein goes to special segment
|
|
DYN_DATA AFTER BSS, but immediately before HMA_TEXT
|
|
*/
|
|
#include "portab.h"
|
|
#include "init-mod.h"
|
|
#include "dyndata.h"
|
|
|
|
struct DynS Dyn = {0};
|