source: rtems/c/src/lib/libbsp/i386/pc386/include/tblsizes.h @ cb0d9a0

5
Last change on this file since cb0d9a0 was 038e1dba, checked in by Jan Dolezal <dolezj21@…>, on 12/03/14 at 23:56:39

i386: doxygen and comments related to VESA real mode framebuffer

  • Property mode set to 100644
File size: 527 bytes
Line 
1/**
2 * @file
3 *
4 * @ingroup i386_pc386
5 *
6 * @brief Sizes of Global and Interrupt descriptor tables.
7 */
8
9/*
10 * This header file is also used in assembler modules.
11 *
12 * Copyright (C) 2014  Jan DoleÅŸal (dolezj21@fel.cvut.cz)
13 *                     CTU in Prague.
14 *
15 *  The license and distribution terms for this file may be
16 *  found in the file LICENSE in this distribution or at
17 *  http://www.rtems.org/license/LICENSE.
18 */
19
20#include <bspopts.h>
21
22#define IDT_SIZE (256)
23#define GDT_SIZE (3 + NUM_APP_DRV_GDT_DESCRIPTORS)
Note: See TracBrowser for help on using the repository browser.