A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Brian Palmer 70d2e3812d Changes in v1.7 (8/6/2002) (brianp)
- EXT2/EXT3 file system support.
- Does not yet support symbolic links or booting from an EXT2/3 partition.
- Fixed bug in UI code.
- Added '%%' format specifier to printf()-like functions.
- Added functions __udivdi3 & __umoddi3 so that 64-bit division is now supported.
- Changed types BYTE, WORD, DWORD, LONG, ULONG to U8, U16, U32, S32, U32
  so that you know the size of the variable across different
  architectures with different sized words & dwords, etc.
- Types CHAR, UCHAR, PCHAR, PUCHAR, WCHAR, PWCHAR have not been
  changed yet (I haven't decided exactly how I'm going to handle unicode)

(isn't this an awesome commit? ;-) Just look at that list of files)

svn path=/trunk/; revision=3318
2002-08-07 05:13:18 +00:00
freeldr Changes in v1.7 (8/6/2002) (brianp) 2002-08-07 05:13:18 +00:00
os2 -Nearly compiles doscalls 2002-07-26 00:23:13 +00:00
posix PSXSS: It seems the renamed csrterm did not get in the repository. 2002-06-09 08:37:07 +00:00
reactos Updated version file to 0.0.20 2002-08-05 19:57:47 +00:00
rosapps Added combobox to drivebar, yet to get working. Whole application needs alot of cleanup. 2002-08-04 18:40:49 +00:00