Changelog/0.03
From WhitixDoc
Contents |
0.03
This release mainly focused on adding a local network stack, porting Python to the platform and fixing issues with drive detection.
i386
- Make system call a trap rather than an interrupt. diff
Devices
ATA
- Fix issue where some drives were not being detected. diff
Keyboard
- Change the special characters that are not echoed. diff
Filesystem
CDFS
- Add
IsoReadAcrossSectorto handle large directories in IsoReadDir. diff
Network
- Add network stack and local network sockets.
- Add system calls diff, second diff, third diff, fourth diff
- Add network stack diff
- Add local network sockets diff
Video
- Add support for setting console foreground color from control code. diff
User
Burn
Libc
- Add to fgetc, fgets. Add ftruncate, clearerr, fseeko and ftello, with a number of stub functions. diff
- Add ungetc. diff
- Add memchr, strstr and strpbrk functions. diff, second diff
- Add default (British) locale for localeconv. diff
- Add libm, implementing a number of floating point functions. diff
Ports
- Python 2.5 is ported to Whitix. See the ports directory for more.
Posix
- Add a lot of stubs, directories, header and files to the POSIX subsystem. See diff, second diff and much more.