reactos/boot/freeldr/freeldr
Dmitry Borisov 065afd93fd [FREELDR] Add FAT12 file system boot sector for NEC PC-98 series (#2025)
The first part of PC-98 Port - https://reactos.org/wiki/PC-98

- Add FAT12 file system boot sector for NEC PC-98 series.
- Add a new build target for a PC-98 bootable floppy disk.
- Add a new sub-architecture into config.cmake.
2020-01-18 19:16:23 +01:00
..
arch [FREELDR][XBOXVMP] Check only low 28 bits for framebuffer address (#2249) 2020-01-14 20:20:22 +01:00
disk [FREELDR] Advance the file pointers every time a read operation is performed, in accordance with the ARC specification. 2019-10-09 03:26:48 +02:00
include [FREELDR] Cache INT13h drive data in pcdisk.c (#2097) 2020-01-14 04:08:53 +01:00
lib [FREELDR] Use less memory when doing unaligned reads on Btrfs 2019-10-30 22:57:25 +03:00
ntldr [FREELDR] Fix build with the 'Grossly Crying Compiler' (aka. GCC). 2019-10-13 21:07:23 +02:00
ui [FREELDR] MiniTui: Fix progress bar width on custom resolutions (#1964) 2019-10-23 13:54:33 +02:00
arcname.c [FREELDR] Minor code improvements + 1 bug-fix. 2019-09-17 23:24:51 +02:00
bootmgr.c [FREELDR] Add support for loading Linux in x64 FreeLdr. Part 2/2: C code. 2019-10-08 01:30:25 +02:00
CHANGELOG Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
CMakeLists.txt [FREELDR] Add FAT12 file system boot sector for NEC PC-98 series (#2025) 2020-01-18 19:16:23 +01:00
cmdline.c [FREELDR] Improvements for the RamDisk support. 2019-10-09 03:26:41 +02:00
custom.c [FREELDR] Add support for loading Linux in x64 FreeLdr. Part 2/2: C code. 2019-10-08 01:30:25 +02:00
freeldr.c [FREELDR] Fix triple fault with debug on screen 2019-11-13 22:52:20 +01:00
freeldr.spec Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
freeldr_i386.lds [FREELDR] Introduce a MSVC "linker script" file that centralizes the commands for defining section-limit symbols, and the ordering and merging of PE sections, and the necessary CMake code to use it. (#1224) 2019-01-27 00:51:25 +01:00
freeldr_i386.msvc.lds [FREELDR] Re-integrate the ASM files (and corresponding C code) in MSVC builds, that were previously compiled just for GCC builds. (#1224) 2019-01-27 00:51:26 +01:00
linuxboot.c [FREELDR] Add support for loading Linux in x64 FreeLdr. Part 2/2: C code. 2019-10-08 01:30:25 +02:00
miscboot.c [FREELDR] Add support for loading Linux in x64 FreeLdr. Part 2/2: C code. 2019-10-08 01:30:25 +02:00
options.c [FREELDR] Add "Edit Boot Command Line" feature. (#1763) 2019-08-07 18:50:23 +02:00
oslist.c [FREELDR] Code fixes and enhancements. 2019-08-31 01:42:46 +02:00