Lines Matching refs:of
28 BOOTSEG = 0x07C0 /* original address of boot-sector */
159 # The size of the bzImage is written in tools/build.c
198 .long 0 # Size of initialized data
238 .long 0 # Size of initialized data
260 .long 0 # Size of initialized data
275 # Kernel attributes; used by setup. This is part 1 of the
303 # Part 2 of the header, from the old setup.S
313 # above section of header is compatible
337 ramdisk_image: .long 0 # address of loaded ramdisk image
350 # end of setup code can be used by setup
362 # located between the start of
363 # setup and the end of low
376 # the contents of an initrd
437 cmdline_size: .long COMMAND_LINE_SIZE-1 #length of the command line,
450 # single linked list of
457 # behaviours need to be analyzed. Here let's take the decompression of
460 # The file layout of gzip compressed kernel is:
471 # ... resulting in +18 bytes overhead of uncompressed data.
494 # The buffer for decompression in place is the length of the uncompressed
496 # compressed data is placed at the end of the buffer. The output pointer
497 # is placed at the start of the buffer and the input pointer is placed
506 # The worst case at the block level is a growth of the compressed data
507 # of 5 bytes per 32767 bytes.
511 # 32764 bytes and then all of the rest of the bytes representing the very
514 # All of which is enough to compute an amount of extra data that is required
516 # per 32767 bytes of data is sufficient. To avoid problems internal to a
526 # Adding 32768 instead of 32767 just makes for round numbers.
530 # xz stores data in chunks and has maximum chunk of 64K. Hence safety
532 # need to deal with each of them separately. Please check
538 # or one byte per 256 bytes. OTOH, we can safely get rid of the +128 as
544 # byte fixed overhead but has a maximum block size of 128K, so it needs a
559 * the head code is running to move ZO to the end of the buffer, it will
581 # End of setup header #####################################################
590 # Apparently some ancient versions of LILO invoked the kernel with %ss != %ds,
609 2: # Now %dx should point to the end of our stack space
614 movzwl %dx, %esp # Clear upper half of %esp
624 # Check signature at end of setup