[LinksOS CVS Commit]linksos/include types.h,NONE,1.1
Status: Inactive
Brought to you by:
terencevs
|
From: <bg...@us...> - 2003-01-26 11:31:53
|
Update of /cvsroot/linksos/linksos/include In directory sc8-pr-cvs1:/tmp/cvs-serv2091/include Added Files: types.h Log Message: Title: Rebuild of CVS Changes: Added license and returned code that was removed Effects: We now have a bootable hello world kernel with correct copyright notice a=n/a b=n/a --- NEW FILE: types.h --- /* Copyright (c) 2003, LinksOS Developer Team All rights reserved. */ #ifndef _TYPES_H typedef unsigned char u_char; #endif // ! _TYPES_H |