Changeset 397 for trunk/hal/x86_64/core/hal_gpt.c
- Timestamp:
- Aug 17, 2017, 11:26:00 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_gpt.c
r386 r397 277 277 /* check page size */ 278 278 if (CONFIG_PPM_PAGE_SIZE != 4096) { 279 printk("\n[PANIC] in %s : For x86, the page must be 4 Kbytes\n", __FUNCTION__); 280 hal_core_sleep(); 279 panic("for x86, the page must be 4 Kbytes"); 281 280 } 282 281
Note: See TracChangeset
for help on using the changeset viewer.