StupidOS/kernel/sys/coff.inc

14 lines
178 B
PHP
Raw Normal View History

2024-07-14 13:11:28 +00:00
;; File: coff.inc
;; Struc: COFFFileHdr
2024-07-08 17:20:24 +00:00
struc COFFFileHdr {
.f_magic dw ?
.f_nscns dw ?
.f_timdat dd ?
.f_symptr dd ?
.f_nsyms dd ?
.f_opthdr dw ?
.f_flags dw ?
}