mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 18:42:53 +03:00
Define BIOS data segment in bios.h
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#ifndef BIOS_H
|
||||
#define BIOS_H
|
||||
|
||||
#define BDA_SEG 0x0040
|
||||
#define BDA_NUM_DRIVES 0x0075
|
||||
|
||||
extern unsigned long currticks ( void );
|
||||
extern void cpu_nap ( void );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user