duskos

dusk os fork
git clone git://git.alexwennerberg.com/duskos
Log | Files | Refs | README | LICENSE

commit 141628ce0db0f671283ccc4ec446a3dc7fda84f3
parent 65222488e5be30103d6bbbf39c2b680467417e0c
Author: Virgil Dupras <hsoft@hardcoded.net>
Date:   Mon, 24 Oct 2022 13:16:39 -0400

Fix testpc

I mistakenly broke it in an earlier commit and hadn't noticed it.

Diffstat:
Mfs/xcomp/i386/pc/init.fs | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fs/xcomp/i386/pc/init.fs b/fs/xcomp/i386/pc/init.fs @@ -15,10 +15,10 @@ f<< /sys/grid.fs f<< /drv/pc/pci.fs f<< /drv/pc/ahci.fs -\ ahci$ ahci? [if] -\ ." Using AHCI driver...\n" -\ 0 AHCIDrive :new dup bootfs to Filesystem drv ( drv ) -\ AHCIDrive :enable [then] +ahci$ ahci? [if] + ." Using AHCI driver...\n" + 0 AHCIDrive :new dup bootfs to Filesystem drv ( drv ) + AHCIDrive :enable [then] f<< /fs/fat.fs f<< /drv/pc/ps28042.fs