zeroconf: new @notify support

git-svn-id: svn://kolibrios.org@4790 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2014-04-07 23:03:57 +00:00
parent e21d751112
commit dc5fba6e68
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
@fasm zeroconf.asm zeroconf
@pause

View File

@ -639,7 +639,7 @@ notify_struct:
dd 0
db '/sys/@notify', 0
str_connected db 'You are now connected to the network.', 0
str_connected db '"You are now connected to the network." -N', 0
path db '/sys/settings/network.ini',0
IM_END: