forked from KolibriOS/kolibrios
*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:
@@ -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
|
||||
|
Reference in New Issue
Block a user