forked from KolibriOS/kolibrios
change path to repository in data/*/Makefile
git-svn-id: svn://kolibrios.org@1739 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
259f2ffcd1
commit
6e9b64cde6
@ -5,7 +5,7 @@
|
||||
|
||||
# Define directories for destination, source repository, sources of kernel, sources of programs.
|
||||
BUILD_DIR:=build
|
||||
REPOSITORY:=../localcopy
|
||||
REPOSITORY:=../..
|
||||
KERNEL:=$(REPOSITORY)/kernel/trunk
|
||||
PROGS:=$(REPOSITORY)/programs
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
# Define directories for destination, source repository, sources of kernel, sources of programs.
|
||||
BUILD_DIR:=build
|
||||
REPOSITORY:=../localcopy
|
||||
REPOSITORY:=../..
|
||||
KERNEL:=$(REPOSITORY)/kernel/trunk
|
||||
PROGS:=$(REPOSITORY)/programs
|
||||
|
||||
|
@ -1426,7 +1426,7 @@ proc set_mtrr stdcall, base:dword,size:dword,mem_type:dword
|
||||
mov ebx, [size]
|
||||
dec ebx
|
||||
mov eax, 0xFFFFFFFF
|
||||
mov edx, 0x0000000F
|
||||
mov edx, 0x00000000
|
||||
sub eax, ebx
|
||||
sbb edx, 0
|
||||
or eax, 0x800
|
||||
|
Loading…
Reference in New Issue
Block a user