diff options
| -rw-r--r-- | xxx/bochs/bochsdebug (renamed from bochs/bochsdebug) | 0 | ||||
| -rw-r--r-- | xxx/bochs/bochsrc (renamed from bochs/bochsrc) | 0 | ||||
| -rw-r--r-- | xxx/boot1/Makefile (renamed from boot1/Makefile) | 0 | ||||
| -rw-r--r-- | xxx/boot1/disk_load_16.asm (renamed from boot1/disk_load_16.asm) | 0 | ||||
| -rw-r--r-- | xxx/boot1/mbr.asm (renamed from boot1/mbr.asm) | 0 | ||||
| -rw-r--r-- | xxx/boot1/print_string_16.asm (renamed from boot1/print_string_16.asm) | 0 | ||||
| -rw-r--r-- | xxx/boot2/GDT.asm (renamed from boot2/GDT.asm) | 0 | ||||
| -rw-r--r-- | xxx/boot2/Makefile (renamed from boot2/Makefile) | 0 | ||||
| -rw-r--r-- | xxx/boot2/check_a20_16.asm (renamed from boot2/check_a20_16.asm) | 0 | ||||
| -rw-r--r-- | xxx/boot2/common_pm.asm (renamed from boot2/common_pm.asm) | 0 | ||||
| -rw-r--r-- | xxx/boot2/disk_load_16.asm (renamed from boot2/disk_load_16.asm) | 0 | ||||
| -rw-r--r-- | xxx/boot2/memmap.asm (renamed from boot2/memmap.asm) | 0 | ||||
| -rw-r--r-- | xxx/boot2/mp.asm (renamed from boot2/mp.asm) | 0 | ||||
| -rw-r--r-- | xxx/boot2/pm.asm (renamed from boot2/pm.asm) | 0 | ||||
| -rw-r--r-- | xxx/boot2/print_string_16.asm (renamed from boot2/print_string_16.asm) | 0 | ||||
| -rw-r--r-- | xxx/boot2/stage2.asm (renamed from boot2/stage2.asm) | 0 | ||||
| -rw-r--r-- | xxx/boot2/vesa_setup_16.asm (renamed from boot2/vesa_setup_16.asm) | 0 | ||||
| -rw-r--r-- | xxx/inactive/acpi.c (renamed from kernel/inactive/acpi.c) | 0 | ||||
| -rw-r--r-- | xxx/inactive/acpi.h (renamed from kernel/inactive/acpi.h) | 0 | ||||
| -rw-r--r-- | xxx/inactive/e1000.c (renamed from kernel/inactive/e1000.c) | 0 | ||||
| -rw-r--r-- | xxx/inactive/e1000.h (renamed from kernel/inactive/e1000.h) | 0 | ||||
| -rw-r--r-- | xxx/inactive/floppy.c (renamed from kernel/inactive/floppy.c) | 0 | ||||
| -rw-r--r-- | xxx/inactive/floppy.h (renamed from kernel/inactive/floppy.h) | 0 | ||||
| -rw-r--r-- | xxx/inactive/mouse.c (renamed from kernel/inactive/mouse.c) | 0 | ||||
| -rw-r--r-- | xxx/inactive/mp.c (renamed from kernel/inactive/mp.c) | 0 | ||||
| -rw-r--r-- | xxx/inactive/mp.h (renamed from kernel/inactive/mp.h) | 0 | ||||
| -rw-r--r-- | xxx/inactive/pci.c (renamed from kernel/inactive/pci.c) | 0 | ||||
| -rw-r--r-- | xxx/inactive/smp.c (renamed from kernel/inactive/smp.c) | 0 | ||||
| -rw-r--r-- | xxx/inactive/smp.h (renamed from kernel/inactive/smp.h) | 0 |
29 files changed, 0 insertions, 0 deletions
diff --git a/bochs/bochsdebug b/xxx/bochs/bochsdebug index fabafe9..fabafe9 100644 --- a/bochs/bochsdebug +++ b/xxx/bochs/bochsdebug diff --git a/bochs/bochsrc b/xxx/bochs/bochsrc index fc56d19..fc56d19 100644 --- a/bochs/bochsrc +++ b/xxx/bochs/bochsrc diff --git a/boot1/Makefile b/xxx/boot1/Makefile index b9b2e24..b9b2e24 100644 --- a/boot1/Makefile +++ b/xxx/boot1/Makefile diff --git a/boot1/disk_load_16.asm b/xxx/boot1/disk_load_16.asm index 6d1e4b3..6d1e4b3 100644 --- a/boot1/disk_load_16.asm +++ b/xxx/boot1/disk_load_16.asm diff --git a/boot1/mbr.asm b/xxx/boot1/mbr.asm index c0a555d..c0a555d 100644 --- a/boot1/mbr.asm +++ b/xxx/boot1/mbr.asm diff --git a/boot1/print_string_16.asm b/xxx/boot1/print_string_16.asm index 9f81a87..9f81a87 100644 --- a/boot1/print_string_16.asm +++ b/xxx/boot1/print_string_16.asm diff --git a/boot2/GDT.asm b/xxx/boot2/GDT.asm index 4c14b46..4c14b46 100644 --- a/boot2/GDT.asm +++ b/xxx/boot2/GDT.asm diff --git a/boot2/Makefile b/xxx/boot2/Makefile index f2537ce..f2537ce 100644 --- a/boot2/Makefile +++ b/xxx/boot2/Makefile diff --git a/boot2/check_a20_16.asm b/xxx/boot2/check_a20_16.asm index 43da6e3..43da6e3 100644 --- a/boot2/check_a20_16.asm +++ b/xxx/boot2/check_a20_16.asm diff --git a/boot2/common_pm.asm b/xxx/boot2/common_pm.asm index c96e1a8..c96e1a8 100644 --- a/boot2/common_pm.asm +++ b/xxx/boot2/common_pm.asm diff --git a/boot2/disk_load_16.asm b/xxx/boot2/disk_load_16.asm index 65b1bff..65b1bff 100644 --- a/boot2/disk_load_16.asm +++ b/xxx/boot2/disk_load_16.asm diff --git a/boot2/memmap.asm b/xxx/boot2/memmap.asm index d101557..d101557 100644 --- a/boot2/memmap.asm +++ b/xxx/boot2/memmap.asm diff --git a/boot2/mp.asm b/xxx/boot2/mp.asm index b6efd04..b6efd04 100644 --- a/boot2/mp.asm +++ b/xxx/boot2/mp.asm diff --git a/boot2/pm.asm b/xxx/boot2/pm.asm index e6f3474..e6f3474 100644 --- a/boot2/pm.asm +++ b/xxx/boot2/pm.asm diff --git a/boot2/print_string_16.asm b/xxx/boot2/print_string_16.asm index 9f81a87..9f81a87 100644 --- a/boot2/print_string_16.asm +++ b/xxx/boot2/print_string_16.asm diff --git a/boot2/stage2.asm b/xxx/boot2/stage2.asm index 160d75c..160d75c 100644 --- a/boot2/stage2.asm +++ b/xxx/boot2/stage2.asm diff --git a/boot2/vesa_setup_16.asm b/xxx/boot2/vesa_setup_16.asm index 5bee57c..5bee57c 100644 --- a/boot2/vesa_setup_16.asm +++ b/xxx/boot2/vesa_setup_16.asm diff --git a/kernel/inactive/acpi.c b/xxx/inactive/acpi.c index b42f628..b42f628 100644 --- a/kernel/inactive/acpi.c +++ b/xxx/inactive/acpi.c diff --git a/kernel/inactive/acpi.h b/xxx/inactive/acpi.h index b7c7342..b7c7342 100644 --- a/kernel/inactive/acpi.h +++ b/xxx/inactive/acpi.h diff --git a/kernel/inactive/e1000.c b/xxx/inactive/e1000.c index 99194be..99194be 100644 --- a/kernel/inactive/e1000.c +++ b/xxx/inactive/e1000.c diff --git a/kernel/inactive/e1000.h b/xxx/inactive/e1000.h index 5413fe1..5413fe1 100644 --- a/kernel/inactive/e1000.h +++ b/xxx/inactive/e1000.h diff --git a/kernel/inactive/floppy.c b/xxx/inactive/floppy.c index 1dbe137..1dbe137 100644 --- a/kernel/inactive/floppy.c +++ b/xxx/inactive/floppy.c diff --git a/kernel/inactive/floppy.h b/xxx/inactive/floppy.h index c149a3a..c149a3a 100644 --- a/kernel/inactive/floppy.h +++ b/xxx/inactive/floppy.h diff --git a/kernel/inactive/mouse.c b/xxx/inactive/mouse.c index 910f0cf..910f0cf 100644 --- a/kernel/inactive/mouse.c +++ b/xxx/inactive/mouse.c diff --git a/kernel/inactive/mp.c b/xxx/inactive/mp.c index 1f6c2e6..1f6c2e6 100644 --- a/kernel/inactive/mp.c +++ b/xxx/inactive/mp.c diff --git a/kernel/inactive/mp.h b/xxx/inactive/mp.h index fc7f036..fc7f036 100644 --- a/kernel/inactive/mp.h +++ b/xxx/inactive/mp.h diff --git a/kernel/inactive/pci.c b/xxx/inactive/pci.c index e5d9711..e5d9711 100644 --- a/kernel/inactive/pci.c +++ b/xxx/inactive/pci.c diff --git a/kernel/inactive/smp.c b/xxx/inactive/smp.c index 63b4087..63b4087 100644 --- a/kernel/inactive/smp.c +++ b/xxx/inactive/smp.c diff --git a/kernel/inactive/smp.h b/xxx/inactive/smp.h index 8737ffc..8737ffc 100644 --- a/kernel/inactive/smp.h +++ b/xxx/inactive/smp.h |
