Changelog/0.03a
From WhitixDoc
Contents |
Booting
- Add int13 function for extra safety when accessing the BIOS. diff
- Pad isoboot file so the BIOS no longer has to read a zero number of sectors. diff
Build
- Remove -Wall, and replace with -Wextra. diff
Devices
- Add extra checks for presence of floppy drive. diff, second diff
Filesystem
- Fix bug where burn would repeatedly list the contents of the DevFS directories. diff
i386
- Add i386ExitThread to user-accessable page, push to stack. diff, second diff
- Fix TSS selector in GDT, fix iomap address in TSS. diff, second diff
Kernel
- Remove extra STACK_PUSH, as i386ExitThread is now pushed onto the user stack. diff
User
- Add the portlist file to the build. diff
Video
- Change the number of consoles to 7. diff