Subversion Repositories Kolibri OS

Rev

Rev 9038 | Rev 9608 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9038 Rev 9227
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2021. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2021. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 9038 $
8
$Revision: 9227 $
9
 
9
 
10
 
10
 
Line 698... Line 698...
698
RD_LOAD_FROM_HD     = 2
698
RD_LOAD_FROM_HD     = 2
699
RD_LOAD_FROM_MEMORY = 3
699
RD_LOAD_FROM_MEMORY = 3
700
RD_LOAD_FROM_FORMAT = 4
700
RD_LOAD_FROM_FORMAT = 4
701
RD_LOAD_FROM_NONE   = 5
701
RD_LOAD_FROM_NONE   = 5
Line -... Line 702...
-
 
702
 
-
 
703
struct boot_pci_data
-
 
704
        access_mechanism db ?
-
 
705
        last_bus         db ?
-
 
706
        version          dw ?   ; bcd minor, then major
-
 
707
        pm_entry         dd ?   ; physical address of protected-mode entry point
-
 
708
ends
702
 
709
 
703
struct  boot_data
710
struct  boot_data
704
        bpp             db ?    ; bits per pixel
711
        bpp             db ?    ; bits per pixel
705
        pitch           dw ?    ; scanline length
712
        pitch           dw ?    ; scanline length
706
                        db ?
713
                        db ?
Line 715... Line 722...
715
        mtrr            db ?    ; 0 or 1: enable MTRR graphics acceleration
722
        mtrr            db ?    ; 0 or 1: enable MTRR graphics acceleration
716
        launcher_start  db ?    ; 0 or 1: start the first app (right now it's
723
        launcher_start  db ?    ; 0 or 1: start the first app (right now it's
717
                                ; LAUNCHER) after kernel is loaded
724
                                ; LAUNCHER) after kernel is loaded
718
        debug_print     db ?    ; if nonzero, duplicates debug output to the screen
725
        debug_print     db ?    ; if nonzero, duplicates debug output to the screen
719
        dma             db ?    ; DMA write: 1=yes, 2=no
726
        dma             db ?    ; DMA write: 1=yes, 2=no
720
        pci_data        rb 8
727
        pci_data        boot_pci_data
721
                        rb 8
728
                        rb 8
722
        shutdown_type   db ?    ; see sysfn 18.9
729
        shutdown_type   db ?    ; see sysfn 18.9
723
                        rb 15
730
                        rb 15
724
        apm_entry       dd ?    ; entry point of APM BIOS
731
        apm_entry       dd ?    ; entry point of APM BIOS
725
        apm_version     dw ?    ; BCD
732
        apm_version     dw ?    ; BCD