FreeDOS/kernel/dyndata.c
2001-11-18 14:01:12 +00:00

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 };