FreeDOS/kernel/dyndata.c
2001-09-23 20:39:44 +00:00

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