View Issue Details

IDProjectCategoryView StatusLast Update
0000170Kolibri OS (trunk)Kernelpublic2022-07-31 17:33
ReporterDoczom Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformAny x86 / Любой x86OSKolibriOSOS VersionSVN autobuilds
Product VersionSVN build / автосборка SVN 
Target Version0.8.0.0 
Summary0000170: bug with the video buffer
Descriptionwhen running this code (see image), 3 rows of pixels stop being redrawn normally and other oddities are observed (see image 2). Do not forget to start the CPU before starting the this program
Steps To Reproducestart this code:
  use32
  org 0
  db 'MENUET01'
  dd 1
  dd START
  dd I_END
  dd MEM
  dd STACKTOP
  dd 0
  dd 0
START:
          mov eax, 70
          mov ebx, file_struct
          int 0x40
          test eax, eax
          jmp START
          mov eax,0xffffffff
          int 0x40
file_struct:
        dd 7
        dd 0
        dd message
        dd 0
        dd 0
        db '/sys/@notify',0
message: db '"swedcfvgbhnjmsx \n cfgvtbhnjsdfvgvtrcfebufbrh" -tdE',0
str_1: db '12345abcde-error0'
I_END:
  rb 4096
align 16
STACKTOP:
MEM:
Tagskernel
SVN revision / ревизия SVN
Type of distribution / Тип дистрибутиваany / любой

Activities

Doczom

2022-07-31 17:33

developer  

image_2022-07-31_22-14-05.png (70,363 bytes)   
image_2022-07-31_22-14-05.png (70,363 bytes)   
image_2022-07-31_21-49-30.png (88,846 bytes)   
image_2022-07-31_21-49-30.png (88,846 bytes)   

Issue History

Date Modified Username Field Change
2022-07-31 17:33 Doczom New Issue
2022-07-31 17:33 Doczom Tag Attached: kernel
2022-07-31 17:33 Doczom File Added: image_2022-07-31_22-14-05.png
2022-07-31 17:33 Doczom File Added: image_2022-07-31_21-49-30.png