aboutsummaryrefslogtreecommitdiff
path: root/menu_cdrom.lst
Commit message (Collapse)AuthorAgeFilesLines
* Implement fs_subfs (it's simple, really) ; add placeholders for more syscallsAlex Auvolat2015-02-241-2/+1
|
* Complete ISO9660 impl ; some strange wtf is going on.Alex Auvolat2015-02-241-1/+1
|
* Change VFS a bit : the root directory of a fs is now a pointer. Fix tests.Alex Auvolat2015-02-241-1/+7
|
* Make way for ISO 9660 driver.Alex Auvolat2015-02-241-2/+2
|
* Fix mchmap. Lesson : invalid pointer dereferences happen! with unexpected ↵Alex Auvolat2015-02-141-0/+1
| | | | results.
* Advance HH, GDT, IDT (details below)Alex Auvolat2014-12-011-0/+4
- Implement higher-half in loader with paging (using 4Mb pages) - Add GDT installation code - Add IDT installation code (spend a loong time debugging the ISRs!) - Add CDROM generation scripts - Add scripts to launch bochs (debug) and qemu (debug)