CTAOS v6
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user