From: Brian P. <bp...@mo...> - 2002-08-07 05:07:04
|
CVSROOT: /CVS/ReactOS Module name: freeldr Repository: freeldr/freeldr/video/ Changes by: bp...@mo....(none) 02/08/06 22:13:18 Modified files: freeldr/freeldr/: CHANGELOG Makefile bootmgr.c debug.c drivemap.c freeldr.c linuxboot.c miscboot.c multiboot.c options.c oslist.c freeldr/freeldr/cache/: blocklist.c cache.c cm.h freeldr/freeldr/comm/: portio.c rs232.c freeldr/freeldr/disk/: disk.c geometry.c partition.c freeldr/freeldr/fs/: fat.c fat.h fs.c iso.c iso.h freeldr/freeldr/include/: bootmgr.h cache.h comm.h debug.h disk.h drivemap.h freeldr.h fs.h inifile.h linux.h mm.h multiboot.h oslist.h reactos.h rtl.h ui.h version.h video.h freeldr/freeldr/inifile/: ini.h ini_init.c inifile.c parse.c freeldr/freeldr/mm/: mem.h meminit.c mm.c freeldr/freeldr/reactos/: arcname.c reactos.c reghive.c registry.c registry.h freeldr/freeldr/rtl/: list.c memory.c print.c string.c freeldr/freeldr/ui/: gui.c gui.h tui.c tui.h tuimenu.c ui.c freeldr/freeldr/video/: vidmode.c Added files: freeldr/freeldr/fs/: ext2.c ext2.h freeldr/freeldr/math/: i386.h libgcc2.c libgcc2.h longlong.h Log message: 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) |