*Font functions have been rewritten. Now kernel use bit-compressed fonts.

You must use char.mt and char2.mt from MeOsEmul or MeOsDebug program 
or download them at http://shade.msu.ru/~msu-se/temp/char.7z
*Small fix in memmap.inc for memory manager.

git-svn-id: svn://kolibrios.org@12 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Andrey Halyavin (halyavin)
2005-10-25 11:01:36 +00:00
parent 2a96dafd9f
commit 94f0f6c818
4 changed files with 90 additions and 154 deletions

View File

@@ -127,9 +127,9 @@ start_of_code:
mov es,ax
mov ds,ax
mov ax,0x2000
mov ax,0x3000
mov ss,ax
mov sp,0xffff
mov sp,0xec00
xor ax,ax
xor bx,bx
@@ -224,9 +224,9 @@ start_of_code:
mov es,ax
mov ds,ax
mov ax,0x2000
mov ax,0x3000
mov ss,ax
mov esp,0xffff
mov esp,0xec00
xor eax,eax
xor ebx,ebx