Remove unnecessary test code from wallpaper loading

This commit is contained in:
Juhani Krekelä 2023-03-11 20:07:05 +02:00
parent e07cfe4481
commit 8d1b473243
1 changed files with 0 additions and 6 deletions

View File

@ -65,12 +65,6 @@ initialize_mouse:
.done:
load_wallpaper:
; Clear screen with asterisks and 15-0 background-foreground
mov ax, 0xf000 + '*'
mov cx, 25*80
mov di, WALLPAPER
rep stosw
mov ax, 1
mov bl, [boot_disk]
mov cx, 8