b6d423a1b3
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@329 6ac86273-5f31-0410-b378-82cca8765d1b
14 lines
279 B
C
14 lines
279 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 };
|