A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Brian Palmer 425bbb1543 Changes in v1.7.10 (11/24/2002) (brianp)
- Added assembler versions of memcmp() memcpy() memset()
- Implemented Int386() so that real-mode interrupts can be called from C-code
- Removed unnecessary call in DbgPrint() macro (freeldr.sys is ~16k smaller now)
- 64-bit lba sector addressing for disk calls
- Re-coded biosdisk.S as i386disk.c
- Re-coded mem.S as i386mem.c
- Re-coded rtlcode.S as i386rtl.c
- Cleaned up i386trap.S so that it only saves the registers once.
- Re-coded biosvid.S as i386vid.c
- Video fade in/out
- VESA text modes supported now
- Offscreen buffering to remove flicker
- Standardized format of boot sector so that BootPartition is stored right before 0xaa55
- Prefixed all file system functions with 'Fs'

svn path=/trunk/; revision=3782
2002-11-24 19:10:06 +00:00
freeldr Changes in v1.7.10 (11/24/2002) (brianp) 2002-11-24 19:10:06 +00:00
os2 Added some stubs in order to 2002-09-04 22:19:47 +00:00
posix revert of mass delete of the posix subsystem. perhaps there is hope for it yet. 2002-10-29 04:45:58 +00:00
reactos Added binary and unicode file i/o support to msvcrt. 2002-11-24 18:42:26 +00:00
rosapps Created skeleton for notepad application. 2002-11-19 12:56:47 +00:00