Adding support for new stack to Menuet Lib

git-svn-id: svn://kolibrios.org@4248 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
esevece
2013-11-18 04:05:16 +00:00
parent 6eee0d0789
commit 66a80ab62a
3 changed files with 191 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ typedef struct
unsigned char c_char;
unsigned char c_back;
unsigned char c_color;
} char_info_t __attribute__((packed));
} char_info_t;
typedef struct
{