Kenneth J Davis
c152d551de
fix OW warning W115
...
cast array using pointer to first element [newboot] instead of pointer to whole array [&newboot] to avoid OW error W115 "&array may not produce intended result" since the address of operator "&" is not required for getting the address of an array.
2022-10-24 17:56:33 -04:00
Piotr Durlej
e0818e305b
SYS: Fix a bad merge
2021-05-11 21:45:38 -04:00
Piotr Durlej
0a0d55ea53
SYS: Reduce verbosity when the verbose flag is not set
2021-05-11 21:45:38 -04:00
Kenneth J Davis
49d3c8d76b
add safety check to FAT12/16 boot sector to warn about breaking sys, update new offset in sys.c for NOPing out use of BIOS boot drive during boot (fix error about boot sector unsupported format)
2021-05-11 21:39:29 -04:00
Bart Oldeman
a70f31bf61
ia16-elf-gcc: enable and fix basic warnings; don't do strict ptr aliasing for now
2018-01-11 17:50:31 -05:00
Bart Oldeman
9e04932d2b
sys.com compiled with ia16-elf-gcc: fill in missing functions.
2018-01-11 17:50:31 -05:00
Bart Oldeman
71a7d0d264
ia16-elf-gcc: provide GNU LD linker script and symbols to link kernel.
...
The resulting kernel and sys.com do not work yet (kernel prints 123 only).
Some functions in sys.com are placeholders.
2018-01-11 17:50:31 -05:00
Bart Oldeman
fbdbc4c25c
C source code changes so the kernel can compile with ia16-elf-gcc.
...
Use "make all COMPILER=gcc".
Linking does not work yet with these changes.
2018-01-11 17:50:31 -05:00
KJD
c431157156
FreeDOS kernel current - 2041+svn1709
2012-10-14 20:08:06 -04:00