2 ; -----------------------------------------------------------------------
4 ; Copyright 2004 H. Peter Anvin - All Rights Reserved
6 ; This program is free software; you can redistribute it and/or modify
7 ; it under the terms of the GNU General Public License as published by
8 ; the Free Software Foundation, Inc., 53 Temple Place Ste 330,
9 ; Boston MA 02111-1307, USA; either version 2 of the License, or
10 ; (at your option) any later version; incorporated herein by reference.
12 ; -----------------------------------------------------------------------
18 ; Common initialization code (inline)
23 ; Now set up screen parameters
29 mov cx,10*(1 << FILENAME_MAX_LG2)
32 mov si,linuxauto_cmd ; Default command: "linux auto"
37 mov di,KbdMap ; Default keymap 1:1
45 ; Clear Files structures
48 mov cx,(MAX_OPEN*open_file_t_size)/4
53 mov di,Files+tftp_pktbuf
57 add di,open_file_t_size
63 linuxauto_cmd db 'linux auto',0
64 linuxauto_len equ $-linuxauto_cmd
66 section .text ; This is an inline file...