moved dhcp_server symbol from dhcp.s to config.s, so it can be included in the "ip configuration" structure for export to the NB65 API

git-svn-id: http://svn.code.sf.net/p/netboot65/code@67 93682198-c243-4bdb-bd91-e943c89aac3b
This commit is contained in:
jonnosan 2009-03-28 09:47:14 +00:00
parent b9afc2c949
commit 1b29cfbfd0

View File

@ -11,7 +11,7 @@ MAX_DHCP_MESSAGES_SENT=12 ;timeout after sending 12 messages will be about 1
.include "../inc/common.i"
.export dhcp_init
.export dhcp_server ;will be set address of dhcp server that configuration was obtained from
.import dhcp_server
.export dhcp_state
.import cfg_mac
@ -82,7 +82,7 @@ dhcp_timer: .res 1
dhcp_loop_count: .res 1
dhcp_break_polling_loop: .res 1
dhcp_server: .res 4
;DHCP constants
BOOTREQUEST =1