OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /eco32/trunk/disk
    from Rev 194 to Rev 200
    Reverse comparison

Rev 194 → Rev 200

/tools/fs-EOS32/mkboot/stage1/br.s
21,8 → 21,8
.set stacktop,0xC0011000 ; top of stack
.set loadaddr,0xC0300000 ; where to load the boot loader
 
.set cout,0xC000001C ; the monitor's console output
.set dskio,0xC0000024 ; the monitor's disk I/O
.set cout,0xC0000020 ; the monitor's console output
.set dskio,0xC0000028 ; the monitor's disk I/O
 
; load the boot loader and start it
start:
/tools/fs-EOS32/mkboot/stage2/biolib.s
2,9 → 2,9
; biolib.s -- basic I/O library
;
 
.set cin,0xC0000014
.set cout,0xC000001C
.set dskio,0xC0000024
.set cin,0xC0000018
.set cout,0xC0000020
.set dskio,0xC0000028
 
.export getc
.export putc
/tools/fs-NetBSD/loader/biolib.s
2,9 → 2,9
; biolib.s -- basic I/O library
;
 
.set cin,0xC0000014
.set cout,0xC000001C
.set dskio,0xC0000024
.set cin,0xC0000018
.set cout,0xC0000020
.set dskio,0xC0000028
 
.export getc
.export putc
/tools/fs-NetBSD/mkboot/stage1/br.s
21,8 → 21,8
.set stacktop,0xC0011000 ; top of stack
.set loadaddr,0xC0011000 ; where to load the boot loader
 
.set cout,0xC000001C ; the monitor's console output
.set dskio,0xC0000024 ; the monitor's disk I/O
.set cout,0xC0000020 ; the monitor's console output
.set dskio,0xC0000028 ; the monitor's disk I/O
 
; load the boot loader and start it
start:
/tools/fs-NetBSD/mkboot/stage2/biolib.s
2,9 → 2,9
; biolib.s -- basic I/O library
;
 
.set cin,0xC0000014
.set cout,0xC000001C
.set dskio,0xC0000024
.set cin,0xC0000018
.set cout,0xC0000020
.set dskio,0xC0000028
 
.export getc
.export putc
/tools/mkmboot/stage1/mbr.s
20,8 → 20,8
.set stacktop,0xC0011000 ; top of stack
.set loadaddr,0xC0011000 ; where to load the boot manager
 
.set cout,0xC000001C ; the monitor's console output
.set dskio,0xC0000024 ; the monitor's disk I/O
.set cout,0xC0000020 ; the monitor's console output
.set dskio,0xC0000028 ; the monitor's disk I/O
 
; load the boot manager and start it
start:
/tools/mkmboot/stage2/biolib.s
2,9 → 2,9
; biolib.s -- basic I/O library
;
 
.set cin,0xC0000014
.set cout,0xC000001C
.set dskio,0xC0000024
.set cin,0xC0000018
.set cout,0xC0000020
.set dskio,0xC0000028
 
.export getc
.export putc

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.