Skip to content

Commit 4df3458

Browse files
AmirOS: implemented Paging and some minor changes to the Source Code
1 parent 118e03c commit 4df3458

File tree

370 files changed

+294
-1229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

370 files changed

+294
-1229
lines changed

bochsrc.bxrc

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
megs: 128
2-
romimage: file="C:\Program Files\Bochs/BIOS-bochs-latest"
3-
vgaromimage: file="C:\Program Files\Bochs/VGABIOS-lgpl-latest"
4-
boot: cdrom
2+
romimage: file="C:\Program Files\Bochs-2.6.2/BIOS-bochs-latest"
3+
vgaromimage: file="C:\Program Files\Bochs-2.6.2/VGABIOS-lgpl-latest"
4+
boot: cdrom, disk
55
floppya: type=1_44, 1_44="a.img", status=inserted
66
floppyb: type=1_44, 1_44="b.img", status=inserted
77
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
@@ -13,5 +13,5 @@ debug: action=ignore
1313
info: action=report
1414
error: action=report
1515
panic: action=report
16-
mouse: enabled=1
16+
mouse: enabled=0
1717
cpu: reset_on_triple_fault=0

include/screen.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ white=15
2424
typedef enum colors color;
2525

2626
void clrscr();
27-
void print(char);
27+
void print(char*);
2828
void set_color(color bg, color fg);
2929
color get_color();
3030

iso/boot/amiros

-19.5 KB
Binary file not shown.

iso/boot/grub/e2fs_stage1_5

7.78 KB
Binary file not shown.

iso/boot/grub/fat_stage1_5

7.55 KB
Binary file not shown.

iso/boot/grub/ffs_stage1_5

6.78 KB
Binary file not shown.

iso/boot/grub/fonts/unicode.pf2

-1.42 MB
Binary file not shown.

iso/boot/grub/i386-pc/MENU.LST

-6
This file was deleted.

iso/boot/grub/i386-pc/acpi.mod

-9.87 KB
Binary file not shown.

iso/boot/grub/i386-pc/adler32.mod

-1.36 KB
Binary file not shown.

iso/boot/grub/i386-pc/affs.mod

-5.59 KB
Binary file not shown.

iso/boot/grub/i386-pc/afs.mod

-6.83 KB
Binary file not shown.

iso/boot/grub/i386-pc/afs_be.mod

-4.87 KB
Binary file not shown.

iso/boot/grub/i386-pc/ahci.mod

-8.6 KB
Binary file not shown.

iso/boot/grub/i386-pc/all_video.mod

-785 Bytes
Binary file not shown.

iso/boot/grub/i386-pc/aout.mod

-1.1 KB
Binary file not shown.

iso/boot/grub/i386-pc/at_keyboard.mod

-4 KB
Binary file not shown.

iso/boot/grub/i386-pc/ata.mod

-5.35 KB
Binary file not shown.

iso/boot/grub/i386-pc/ata_pthru.mod

-2.15 KB
Binary file not shown.

iso/boot/grub/i386-pc/backtrace.mod

-1.68 KB
Binary file not shown.

iso/boot/grub/i386-pc/befs.mod

-4.83 KB
Binary file not shown.

iso/boot/grub/i386-pc/befs_be.mod

-4.8 KB
Binary file not shown.

iso/boot/grub/i386-pc/bfs.mod

-7.57 KB
Binary file not shown.

iso/boot/grub/i386-pc/biosdisk.mod

-4.63 KB
Binary file not shown.

iso/boot/grub/i386-pc/bitmap.mod

-2.39 KB
Binary file not shown.
-2.92 KB
Binary file not shown.

iso/boot/grub/i386-pc/blocklist.mod

-2.11 KB
Binary file not shown.

iso/boot/grub/i386-pc/boot.img

-512 Bytes
Binary file not shown.

iso/boot/grub/i386-pc/boot.mod

-2.49 KB
Binary file not shown.

iso/boot/grub/i386-pc/bsd.mod

-29.4 KB
Binary file not shown.

iso/boot/grub/i386-pc/btrfs.mod

-14.1 KB
Binary file not shown.

iso/boot/grub/i386-pc/bufio.mod

-2.18 KB
Binary file not shown.

iso/boot/grub/i386-pc/build_env.mk

-11
This file was deleted.

iso/boot/grub/i386-pc/cat.mod

-2.27 KB
Binary file not shown.

iso/boot/grub/i386-pc/cdboot.img

-512 Bytes
Binary file not shown.

iso/boot/grub/i386-pc/chain.mod

-3.5 KB
Binary file not shown.

iso/boot/grub/i386-pc/charset.mod

-1.8 KB
Binary file not shown.

iso/boot/grub/i386-pc/cmostest.mod

-1.58 KB
Binary file not shown.

iso/boot/grub/i386-pc/cmp.mod

-2.02 KB
Binary file not shown.

iso/boot/grub/i386-pc/command.lst

-174
This file was deleted.

0 commit comments

Comments
 (0)