voron

experimental ARM OS
git clone git://git.2f30.org/voron
Log | Files | Refs | README | LICENSE

syscall_table.S (212B)


      1 .section .text
      2 .globl syscall_table
      3 .globl syscall_table_end
      4 syscall_table:
      5 	.word sys_test_1_args
      6 	.word sys_test_4_args
      7 	.word sys_test_5_args
      8 	.word sys_test_7_args
      9 syscall_table_end:
     10 	.word . - syscall_table