Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9226 → Rev 9227

/kernel/trunk/bootloader/uefi4kos/uefi32.inc
1,9 → 1,11
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Copyright (C) KolibriOS team 2020. All rights reserved. ;;
;; Copyright (C) KolibriOS team 2020-2021. All rights reserved. ;;
;; Distributed under terms of the GNU General Public License ;;
;; Version 2, or (at your option) any later version. ;;
;; ;;
;; Written by Ivan Baravy ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Based on UEFI library for fasm by bzt, Public Domain. ;;
51,8 → 53,3
ImageDataType dd ?
UnLoad dd ?
ends
 
section '.text' code executable readable
 
uefifunc:
ret