dynamic libraries now share unmodified pages

git-svn-id: svn://kolibrios.org@1289 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond)
2009-11-27 23:49:47 +00:00
parent 2beb55bd3a
commit e463f78e27
8 changed files with 664 additions and 95 deletions

View File

@@ -13,7 +13,9 @@
$Revision$
if 0
; The code currently does not work. Kill "if 0/end if" only after correcting
; to current kernel (dll.inc).
macro library [name,fname]
{
forward
@@ -315,3 +317,4 @@ endp
uglobal
s_libname db 64 dup (0)
endg
end if