thorpej
|
4f3d5a9cc0
|
TRUE -> true, FALSE -> false
|
2007-02-22 06:34:42 +00:00 |
thorpej
|
712239e366
|
Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE and FALSE with true and false.
|
2007-02-21 22:59:35 +00:00 |
jmmv
|
d4cb7c851a
|
Fix matching of options with common prefixes (e.g. console and console_speed).
While here remove an useless assignment and bind a variable to a loop.
|
2006-11-04 11:37:12 +00:00 |
jmmv
|
47d8ee4167
|
Implement options string parsing of the form 'a=b c=d ...'. This will be
initially used by i386's Multiboot support but will be useful in other
situations too (think refactoring mount(2)'s API).
|
2006-02-03 11:04:46 +00:00 |