Revision tags: 0.4.14-release |
|
#
f7d825e6 |
| 12-May-2021 |
Dmitry Borisov <di.sean@protonmail.com> |
[PC98VID] Fix MSVC 2015 build for PC-98 target
Addendum to 3adf45086743d5f075e4270af7af64017eb01d63
Also isolate the constant structures into page section and restore the previous sections for star
[PC98VID] Fix MSVC 2015 build for PC-98 target
Addendum to 3adf45086743d5f075e4270af7af64017eb01d63
Also isolate the constant structures into page section and restore the previous sections for start IO and entrypoint routines.
show more ...
|
#
3adf4508 |
| 11-May-2021 |
Jérôme Gardou <jerome.gardou@reactos.org> |
[REACTOS] Addendum to 5c7ce4475e246560d1622b8cc60dc603e3955f66 - Fix MSVC 2015 build
Put data into PAGEDATA or INITDATA sections Keep section declaration for prototypes
CORE-17540
|
#
4dc31254 |
| 04-Nov-2020 |
Dmitry Borisov <di.sean@protonmail.com> |
[PC98VID] Fix build for PC-98 target (#3352)
- Some prototypes are not needed anymore.
Addendum to 5c7ce4475e246560d1622b8cc60dc603e3955f66.
|
#
5c7ce447 |
| 06-Oct-2020 |
Victor Perevertkin <victor.perevertkin@reactos.org> |
[REACTOS] Cleanup INIT and some PAGE section allocations
- Change INIT_FUNCTION and INIT_SECTION to CODE_SEG("INIT") and DATA_SEG("INIT") respectively - Remove INIT_FUNCTION from function prototypes
[REACTOS] Cleanup INIT and some PAGE section allocations
- Change INIT_FUNCTION and INIT_SECTION to CODE_SEG("INIT") and DATA_SEG("INIT") respectively - Remove INIT_FUNCTION from function prototypes - Remove alloc_text pragma calls as they are not needed anymore
show more ...
|
#
27cd9eaf |
| 11-Aug-2020 |
Dmitry Borisov <di.sean@protonmail.com> |
[PC98VID] Add framebuffer video miniport driver for NEC PC-98 series (#3040)
This adds generic graphics support on PC-9821.
|