This commit is contained in:
2021-09-14 18:46:50 +03:00
parent d605c6a016
commit b6ddeca1c3
180 changed files with 5909 additions and 2039 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -11,7 +11,7 @@
bits 16
%include "Floppy16.inc" ; the erm.. floppy driver
;%include "Floppy16.inc" ; the erm.. floppy driver
%define ROOT_OFFSET 0x2e00
%define FAT_SEG 0x2c0

View File

@@ -18,6 +18,7 @@ jmp main ; go to start
%include "stdio.inc" ; basic i/o routines
%include "gdt.inc" ; Gdt routines
%include "a20.inc" ; A20 enabling
%include "floppy16.inc"
%include "fat12.inc" ; FAT12 driver. Kinda :)
%include "common.inc"
;%include "bootinfo.inc"
@@ -260,4 +261,4 @@ vbeModeInfo:
vbeModeInfo_linear_blue_pos db 0
vbeModeInfo_linear_res_mask db 0
vbeModeInfo_linear_res_pos db 0
vbeModeInfo_max_pixel_clock dd 0
vbeModeInfo_max_pixel_clock dd 0